Orocos Real-Time Toolkit
2.9.0
|
An interface for setting and getting a stream object. More...
#include <rtt/marsh/rtt-marsh-fwd.hpp>
Public Member Functions | |
StreamProcessor (Stream &_s) | |
Create a StreamProcessor. More... | |
StreamProcessor (Stream *_s) | |
Create a StreamProcessor. More... | |
void | setStream (Stream &_s) |
Set a new Stream. More... | |
Stream & | getStream () |
Get the current Stream. More... | |
Protected Attributes | |
Stream * | s |
An interface for setting and getting a stream object.
This can be a file, a string buffer,...
Definition at line 19 of file rtt-marsh-fwd.hpp.
|
inline |
Create a StreamProcessor.
_s | The stream to be processed. |
Definition at line 57 of file StreamProcessor.hpp.
|
inline |
Create a StreamProcessor.
_s | The stream to be processed. |
Definition at line 65 of file StreamProcessor.hpp.
|
inline |
Get the current Stream.
Definition at line 82 of file StreamProcessor.hpp.
|
inline |
Set a new Stream.
_s | The stream to be processed. |
Definition at line 73 of file StreamProcessor.hpp.
|
protected |
Definition at line 88 of file StreamProcessor.hpp.
Referenced by RTT::marsh::StreamProcessor< output_stream >::getStream(), and RTT::marsh::StreamProcessor< output_stream >::setStream().