OrocosComponentLibrary
2.8.3
|
A marsh::MarshallInterface for generating headers usable for interpretation by plot programs. More...
#include <NiceHeaderMarshaller.hpp>
Public Types | |
typedef o_stream | output_stream |
typedef o_stream | OutputStream |
Public Member Functions | |
NiceHeaderMarshaller (output_stream &os) | |
virtual void | serialize (base::PropertyBase *v) |
virtual void | serialize (const PropertyBag &v) |
void | store (const std::string &name) |
virtual void | serialize (const Property< PropertyBag > &v) |
virtual void | flush () |
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.
|
inline |
Definition at line 102 of file NiceHeaderMarshaller.hpp.