40 #ifndef SENDSTATUS_HPP_ 41 #define SENDSTATUS_HPP_
std::istream & operator>>(std::istream &is, BufferPolicy &bp)
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...
std::ostream & operator<<(std::ostream &os, const BufferPolicy &bp)
Returned when the send() failed to deliver the operation call to the receiving component.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.