Orocos Real-Time Toolkit  2.8.3
Namespaces | Enumerations | Functions
SendStatus.hpp File Reference
#include "rtt-config.h"
#include <ostream>
#include <istream>

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)