$search
Public Member Functions | |
void | checkAndCreate () |
D (const D &other) | |
D (base::DataSourceBase::shared_ptr sh, OperationInterfacePart *ofp, const std::string &name) | |
void | newarg (DataSourceBase::shared_ptr na) |
~D () | |
Public Attributes | |
std::vector < DataSourceBase::shared_ptr > | args |
AssignableDataSource< bool > ::shared_ptr | blocking |
std::string | mname |
OperationInterfacePart * | mofp |
DataSourceBase::shared_ptr | msh |
DataSource< SendStatus > ::shared_ptr | s |
Definition at line 108 of file SendHandleC.cpp.
RTT::SendHandleC::D::D | ( | base::DataSourceBase::shared_ptr | sh, | |
OperationInterfacePart * | ofp, | |||
const std::string & | name | |||
) | [inline] |
Definition at line 142 of file SendHandleC.cpp.
RTT::SendHandleC::D::D | ( | const D & | other | ) | [inline] |
Definition at line 148 of file SendHandleC.cpp.
RTT::SendHandleC::D::~D | ( | ) | [inline] |
Definition at line 154 of file SendHandleC.cpp.
void RTT::SendHandleC::D::checkAndCreate | ( | ) | [inline] |
Definition at line 118 of file SendHandleC.cpp.
void RTT::SendHandleC::D::newarg | ( | DataSourceBase::shared_ptr | na | ) | [inline] |
Definition at line 136 of file SendHandleC.cpp.
std::vector<DataSourceBase::shared_ptr> RTT::SendHandleC::D::args |
Definition at line 113 of file SendHandleC.cpp.
AssignableDataSource<bool>::shared_ptr RTT::SendHandleC::D::blocking |
Definition at line 116 of file SendHandleC.cpp.
std::string RTT::SendHandleC::D::mname |
Definition at line 112 of file SendHandleC.cpp.
Definition at line 111 of file SendHandleC.cpp.
Definition at line 115 of file SendHandleC.cpp.
DataSource<SendStatus>::shared_ptr RTT::SendHandleC::D::s |
Definition at line 114 of file SendHandleC.cpp.