Orocos Real-Time Toolkit  2.9.0
Namespaces | Enumerations | Functions
BufferPolicy.hpp File Reference
#include "rtt-config.h"
#include <iosfwd>

Go to the source code of this file.

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 

Enumerations

enum  RTT::BufferPolicy {
  RTT::UnspecifiedBufferPolicy, RTT::PerConnection, RTT::PerInputPort, RTT::PerOutputPort,
  RTT::Shared
}
 The BufferPolicy controls how multiple connections to the same input or output port are handled in case of concurrent or subsequent read and write operations. More...
 

Functions

std::ostream & RTT::operator<< (std::ostream &os, const BufferPolicy &bp)
 
std::istream & RTT::operator>> (std::istream &is, BufferPolicy &bp)