#include <ostream>
#include <istream>
#include "rtt-config.h"
Go to the source code of this file.
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
Enumerations | |
enum | RTT::FlowStatus { RTT::NoData = 0, RTT::OldData = 1, RTT::NewData = 2 } |
Functions | |
RTT_API std::ostream & | RTT::operator<< (std::ostream &os, FlowStatus fs) |
std::istream & | RTT::operator>> (std::istream &is, FlowStatus &fs) |