OrocosComponentLibrary  2.8.3
Public Types | Public Member Functions | List of all members
NiceHeaderMarshaller< o_stream > Class Template Reference

A marsh::MarshallInterface for generating headers usable for interpretation by plot programs. More...

#include <NiceHeaderMarshaller.hpp>

Inheritance diagram for NiceHeaderMarshaller< o_stream >:

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 ()
 

Detailed Description

template<typename o_stream>
class RTT::NiceHeaderMarshaller< o_stream >

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.

Member Function Documentation

void store ( const std::string &  name)
inline
Returns
the number of characters on this line.

Definition at line 102 of file NiceHeaderMarshaller.hpp.


The documentation for this class was generated from the following file: