OrocosComponentLibrary  2.8.3
Public Member Functions | Protected Attributes | List of all members
DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller > Class Template Reference

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
 

Detailed Description

template<class InputStream, class HeaderDemarshaller, class BodyDemarshaller>
class RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >

Contains the required classes for a full demarshalling operation.

Definition at line 93 of file MarshallerAdaptors.hpp.


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