RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller > Class Template Reference
Contains the required classes for a full marshalling operation.
More...
#include <rtt/marsh/MarshallerAdaptors.hpp>
List of all members.
|
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: