40 #ifndef SENDSTATUS_HPP_ 41 #define SENDSTATUS_HPP_
SendStatus
Returns the status of a send() or collect() invocation.
RTT_API std::ostream & operator<<(std::ostream &os, FlowStatus fs)
Returned when the result of the send() could not be collected.
std::istream & operator>>(std::istream &is, FlowStatus &fs)
Returned when the send() succeeded, but the operation has not yet been executed by the receiving comp...
Returned when the send() failed to deliver the operation call to the receiving component.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.