OrocosComponentLibrary
2.9.0
|
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 |
Contains the required classes for a full marshalling operation.
Definition at line 67 of file MarshallerAdaptors.hpp.