OrocosComponentLibrary
2.8.3
|
Contains the required classes for a full demarshalling operation. More...
#include <MarshallerAdaptors.hpp>
Public Member Functions | |
DemarshallConfiguration (InputStream &i_stream) | |
HeaderDemarshaller & | header () |
BodyDemarshaller & | body () |
InputStream & | stream () |
Protected Attributes | |
HeaderDemarshaller | header_demarshaller |
BodyDemarshaller | body_demarshaller |
InputStream & | input |
Contains the required classes for a full demarshalling operation.
Definition at line 93 of file MarshallerAdaptors.hpp.