Orocos Real-Time Toolkit
2.9.0
|
Public Member Functions | |
void | checkAndCreate () |
void | newarg (DataSourceBase::shared_ptr na) |
D (base::DataSourceBase::shared_ptr sh, OperationInterfacePart *ofp, const std::string &name) | |
D (const D &other) | |
~D () | |
Public Attributes | |
OperationInterfacePart * | mofp |
std::string | mname |
std::vector< DataSourceBase::shared_ptr > | args |
DataSource< SendStatus >::shared_ptr | s |
DataSourceBase::shared_ptr | msh |
AssignableDataSource< bool >::shared_ptr | blocking |
Definition at line 108 of file SendHandleC.cpp.
|
inline |
Definition at line 142 of file SendHandleC.cpp.
|
inline |
Definition at line 148 of file SendHandleC.cpp.
|
inline |
Definition at line 154 of file SendHandleC.cpp.
References RTT::internal::SendHandleC::arg(), RTT::internal::SendHandleC::check(), RTT::internal::SendHandleC::collect(), RTT::internal::SendHandleC::collectIfDone(), RTT::Logger::endl(), RTT::Logger::Error, RTT::internal::SendHandleC::getOrp(), RTT::internal::SendHandleC::getSendHandleDataSource(), RTT::Logger::log(), RTT::Logger::nl(), RTT::internal::SendHandleC::operator=(), RTT::internal::SendHandleC::ready(), RTT::SendFailure, RTT::internal::SendHandleC::SendHandleC(), RTT::internal::SendHandleC::setAutoCollect(), RTT::Logger::Warning, and RTT::internal::SendHandleC::~SendHandleC().
|
inline |
Definition at line 118 of file SendHandleC.cpp.
References RTT::OperationInterfacePart::collectArity(), RTT::Error, and RTT::OperationInterfacePart::produceCollect().
|
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.
OperationInterfacePart* RTT::SendHandleC::D::mofp |
Definition at line 111 of file SendHandleC.cpp.
DataSourceBase::shared_ptr RTT::SendHandleC::D::msh |
Definition at line 115 of file SendHandleC.cpp.
DataSource<SendStatus>::shared_ptr RTT::SendHandleC::D::s |
Definition at line 114 of file SendHandleC.cpp.