#include <commandsProc.hxx>
Definition at line 606 of file commandsProc.hxx.
◆ CommandSetDSPortProperties()
| CommandSetDSPortProperties::CommandSetDSPortProperties |
( |
std::string |
node, |
|
|
std::string |
port, |
|
|
bool |
isInport, |
|
|
std::map< std::string, std::string > |
properties |
|
) |
| |
Definition at line 3437 of file commandsProc.cxx.
3441 DEBTRACE(
"CommandSetDSPortProperties::CommandSetDSPortProperties " << node <<
"." << port <<
" " << isInport);
std::map< std::string, std::string > _properties
std::map< std::string, std::string > _oldProp
References _oldProp, and DEBTRACE.
◆ dump()
| std::string CommandSetDSPortProperties::dump |
( |
| ) |
|
|
protectedvirtual |
◆ localExecute()
| bool CommandSetDSPortProperties::localExecute |
( |
| ) |
|
|
protectedvirtual |
Implements YACS::HMI::Command.
Definition at line 3453 of file commandsProc.cxx.
3455 DEBTRACE(
"CommandSetDSPortProperties::localExecute");
3471 DEBTRACE(
"CommandSetDSPortProperties::localExecute() : " <<
ex.what());
Node * getChildByName(const std::string &name) const
std::map< std::string, std::string > getProperties() const
virtual void setProperties(std::map< std::string, std::string > properties)
Set the values of all properties of the port.
Base class for all nodes.
virtual InputDataStreamPort * getInputDataStreamPort(const std::string &name) const =0
virtual OutputDataStreamPort * getOutputDataStreamPort(const std::string &name) const =0
Base class for all schema objects.
YACS::ENGINE::Proc * getProc()
static GuiContext * getCurrent()
void setErrorMsg(YACS::Exception &ex)
References _isInport, _nodeName, _oldProp, _portName, _properties, DEBTRACE, testCppPluginInvokation::ex, YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::ENGINE::Node::getInputDataStreamPort(), YACS::ENGINE::Node::getOutputDataStreamPort(), YACS::HMI::GuiContext::getProc(), YACS::ENGINE::DataStreamPort::getProperties(), setErrorMsg(), and YACS::ENGINE::DataStreamPort::setProperties().
◆ localReverse()
| bool CommandSetDSPortProperties::localReverse |
( |
| ) |
|
|
protectedvirtual |
Implements YACS::HMI::Command.
Definition at line 3477 of file commandsProc.cxx.
3479 DEBTRACE(
"CommandSetDSPortProperties::localReverse");
3494 DEBTRACE(
"CommandSetDSPortProperties::localReverse() : " <<
ex.what());
References _isInport, _nodeName, _oldProp, _portName, DEBTRACE, testCppPluginInvokation::ex, YACS::ENGINE::ComposedNode::getChildByName(), YACS::HMI::GuiContext::getCurrent(), YACS::ENGINE::Node::getInputDataStreamPort(), YACS::ENGINE::Node::getOutputDataStreamPort(), YACS::HMI::GuiContext::getProc(), setErrorMsg(), and YACS::ENGINE::DataStreamPort::setProperties().
◆ _isInport
| bool YACS::HMI::CommandSetDSPortProperties::_isInport |
|
protected |
◆ _nodeName
| std::string YACS::HMI::CommandSetDSPortProperties::_nodeName |
|
protected |
◆ _oldProp
| std::map<std::string,std::string> YACS::HMI::CommandSetDSPortProperties::_oldProp |
|
protected |
◆ _portName
| std::string YACS::HMI::CommandSetDSPortProperties::_portName |
|
protected |
◆ _properties
| std::map<std::string,std::string> YACS::HMI::CommandSetDSPortProperties::_properties |
|
protected |
The documentation for this class was generated from the following files: