|
OrocosComponentLibrary
2.9.0
|
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.
1.8.11