#include "rtt-config.h"
#include <ostream>
#include <istream>
Go to the source code of this file.
Namespaces | |
namespace | 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 } |
Functions | |
std::ostream & | RTT::operator<< (std::ostream &os, SendStatus fs) |
std::istream & | RTT::operator>> (std::istream &is, SendStatus &fs) |