Public Member Functions | |
| void | checkAndCreate () |
| D (const D &other) | |
| D (OperationInterfacePart *mr, const std::string &name, ExecutionEngine *caller) | |
| void | newarg (DataSourceBase::shared_ptr na) |
| void | ret (DataSourceBase::shared_ptr d) |
| void | ret (AttributeBase *r) |
| ~D () | |
Public Attributes | |
| std::vector < DataSourceBase::shared_ptr > | args |
| ExecutionEngine * | caller |
| DataSourceBase::shared_ptr | m |
| std::string | mname |
| OperationInterfacePart * | ofp |
| DataSourceBase::shared_ptr | rta |
| DataSourceBase::shared_ptr | s |
Definition at line 44 of file OperationCallerC.cpp.
| RTT::OperationCallerC::D::D | ( | OperationInterfacePart * | mr, | |
| const std::string & | name, | |||
| ExecutionEngine * | caller | |||
| ) | [inline] |
Definition at line 97 of file OperationCallerC.cpp.
| RTT::OperationCallerC::D::D | ( | const D & | other | ) | [inline] |
Definition at line 103 of file OperationCallerC.cpp.
| RTT::OperationCallerC::D::~D | ( | ) | [inline] |
Definition at line 109 of file OperationCallerC.cpp.
| void RTT::OperationCallerC::D::checkAndCreate | ( | ) | [inline] |
Definition at line 55 of file OperationCallerC.cpp.
| void RTT::OperationCallerC::D::newarg | ( | DataSourceBase::shared_ptr | na | ) | [inline] |
Definition at line 81 of file OperationCallerC.cpp.
| void RTT::OperationCallerC::D::ret | ( | DataSourceBase::shared_ptr | d | ) | [inline] |
Definition at line 92 of file OperationCallerC.cpp.
| void RTT::OperationCallerC::D::ret | ( | AttributeBase * | r | ) | [inline] |
Definition at line 87 of file OperationCallerC.cpp.
| std::vector<DataSourceBase::shared_ptr> RTT::OperationCallerC::D::args |
Definition at line 50 of file OperationCallerC.cpp.
Definition at line 48 of file OperationCallerC.cpp.
Definition at line 52 of file OperationCallerC.cpp.
| std::string RTT::OperationCallerC::D::mname |
Definition at line 49 of file OperationCallerC.cpp.
Definition at line 47 of file OperationCallerC.cpp.
Definition at line 51 of file OperationCallerC.cpp.
Definition at line 53 of file OperationCallerC.cpp.