Orocos Real-Time Toolkit
2.8.3
|
Go to the source code of this file.
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
Enumerations | |
enum | RTT::SendStatus { RTT::CollectFailure = -2, RTT::SendFailure = -1, RTT::SendNotReady = 0, RTT::SendSuccess = 1 } |
Returns the status of a send() or collect() invocation. More... | |
Functions | |
std::ostream & | RTT::operator<< (std::ostream &os, SendStatus fs) |
std::istream & | RTT::operator>> (std::istream &is, SendStatus &fs) |