50 os <<
"CollectFailure";
62 os <<
"InvalidSendStatus";
73 if (s ==
"SendNotReady")
75 else if (s ==
"SendSuccess")
77 else if (s ==
"CollectFailure")
SendStatus
Returns the status of a send() or collect() invocation.
Returned when the result of the send() could not be collected.
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.
std::istream & operator>>(std::istream &is, SendStatus &fs)
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
std::ostream & operator<<(std::ostream &, const RTT::internal::SharedConnID &)