OrocosComponentLibrary  2.8.3
Public Member Functions | Protected Attributes | List of all members
MarshallConfiguration< HeaderMarshaller, BodyMarshaller > Class Template Reference

Contains the required classes for a full marshalling operation. More...

#include <MarshallerAdaptors.hpp>

Public Member Functions

 MarshallConfiguration (OutputStream &o_stream)
 Setup a new marshalling configuration to a specific stream.
 
HeaderMarshaller & header ()
 
BodyMarshaller & body ()
 
OutputStream & stream ()
 

Protected Attributes

HeaderMarshaller header_marshaller
 
BodyMarshaller body_marshaller
 
OutputStream & output
 

Detailed Description

template<class HeaderMarshaller, class BodyMarshaller>
class RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >

Contains the required classes for a full marshalling operation.

Definition at line 67 of file MarshallerAdaptors.hpp.


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