#include <NiceHeaderMarshaller.hpp>
Public Types | |
typedef o_stream | output_stream |
typedef o_stream | OutputStream |
Public Member Functions | |
virtual void | flush () |
NiceHeaderMarshaller (output_stream &os) | |
virtual void | serialize (base::PropertyBase *v) |
virtual void | serialize (const PropertyBag &v) |
virtual void | serialize (const Property< PropertyBag > &v) |
void | store (const std::string &name) |
virtual | ~NiceHeaderMarshaller () |
Public Member Functions inherited from RTT::marsh::MarshallInterface | |
virtual | ~MarshallInterface () |
Public Member Functions inherited from RTT::marsh::StreamProcessor< o_stream > | |
o_stream & | getStream () |
void | setStream (o_stream &_s) |
StreamProcessor (o_stream &_s) | |
StreamProcessor (o_stream *_s) | |
Private Attributes | |
bool | did_comment |
int | nameless_counter |
std::string | prefix |
Additional Inherited Members | |
Protected Attributes inherited from RTT::marsh::StreamProcessor< o_stream > | |
o_stream * | s |
A marsh::MarshallInterface for generating headers usable for interpretation by plot programs. A header looks like:
* # Col_1_name Col_2_name Col_3_name .... *
Definition at line 55 of file NiceHeaderMarshaller.hpp.
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::output_stream |
Definition at line 62 of file NiceHeaderMarshaller.hpp.
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::OutputStream |
Definition at line 63 of file NiceHeaderMarshaller.hpp.
|
inline |
Definition at line 65 of file NiceHeaderMarshaller.hpp.
|
inlinevirtual |
Definition at line 71 of file NiceHeaderMarshaller.hpp.
|
inlinevirtual |
Implements RTT::marsh::MarshallInterface.
Definition at line 136 of file NiceHeaderMarshaller.hpp.
|
inlinevirtual |
Implements RTT::marsh::MarshallInterface.
Definition at line 73 of file NiceHeaderMarshaller.hpp.
|
inlinevirtual |
Implements RTT::marsh::MarshallInterface.
Definition at line 83 of file NiceHeaderMarshaller.hpp.
|
inlinevirtual |
Definition at line 118 of file NiceHeaderMarshaller.hpp.
|
inline |
Definition at line 102 of file NiceHeaderMarshaller.hpp.
|
private |
Definition at line 58 of file NiceHeaderMarshaller.hpp.
|
private |
Definition at line 59 of file NiceHeaderMarshaller.hpp.
|
private |
Definition at line 60 of file NiceHeaderMarshaller.hpp.