|
Orocos Real-Time Toolkit
2.9.0
|
Go to the source code of this file.
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
Enumerations | |
| enum | RTT::FlowStatus { RTT::NoData = 0, RTT::OldData = 1, RTT::NewData = 2 } |
| Returns the status of a data flow read operation. More... | |
| enum | RTT::WriteStatus { RTT::WriteSuccess = 0, RTT::WriteFailure = 1, RTT::NotConnected = 2 } |
| Returns the status of a data flow write operation. More... | |
Functions | |
| std::ostream & | RTT::operator<< (std::ostream &os, FlowStatus fs) |
| std::istream & | RTT::operator>> (std::istream &is, FlowStatus &fs) |
| std::ostream & | RTT::operator<< (std::ostream &os, WriteStatus fs) |
| std::istream & | RTT::operator>> (std::istream &is, WriteStatus &fs) |
1.8.11