Public Types | Public Member Functions | Private Attributes | List of all members
RTT::NiceHeaderMarshaller< o_stream > Class Template Reference

#include <NiceHeaderMarshaller.hpp>

Inheritance diagram for RTT::NiceHeaderMarshaller< o_stream >:
Inheritance graph
[legend]

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
 

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 Typedef Documentation

template<typename o_stream>
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::output_stream

Definition at line 62 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
typedef o_stream RTT::NiceHeaderMarshaller< o_stream >::OutputStream

Definition at line 63 of file NiceHeaderMarshaller.hpp.

Constructor & Destructor Documentation

template<typename o_stream>
RTT::NiceHeaderMarshaller< o_stream >::NiceHeaderMarshaller ( output_stream os)
inline

Definition at line 65 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual RTT::NiceHeaderMarshaller< o_stream >::~NiceHeaderMarshaller ( )
inlinevirtual

Definition at line 71 of file NiceHeaderMarshaller.hpp.

Member Function Documentation

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::flush ( )
inlinevirtual

Implements RTT::marsh::MarshallInterface.

Definition at line 136 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( base::PropertyBase v)
inlinevirtual

Implements RTT::marsh::MarshallInterface.

Definition at line 73 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( const PropertyBag v)
inlinevirtual

Implements RTT::marsh::MarshallInterface.

Definition at line 83 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
virtual void RTT::NiceHeaderMarshaller< o_stream >::serialize ( const Property< PropertyBag > &  v)
inlinevirtual

Definition at line 118 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
void RTT::NiceHeaderMarshaller< o_stream >::store ( const std::string &  name)
inline
Returns
the number of characters on this line.

Definition at line 102 of file NiceHeaderMarshaller.hpp.

Member Data Documentation

template<typename o_stream>
bool RTT::NiceHeaderMarshaller< o_stream >::did_comment
private

Definition at line 58 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
int RTT::NiceHeaderMarshaller< o_stream >::nameless_counter
private

Definition at line 59 of file NiceHeaderMarshaller.hpp.

template<typename o_stream>
std::string RTT::NiceHeaderMarshaller< o_stream >::prefix
private

Definition at line 60 of file NiceHeaderMarshaller.hpp.


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


ocl
Author(s): OCL Development Team
autogenerated on Wed Jun 26 2019 19:26:27