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

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. More...
 

Functions

RTT_API std::ostream & RTT::operator<< (std::ostream &os, FlowStatus fs)
 
std::istream & RTT::operator>> (std::istream &is, FlowStatus &fs)