OrocosComponentLibrary  2.7.0
Public Member Functions | Protected Attributes
DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller > Class Template Reference

Contains the required classes for a full demarshalling operation. More...

#include <MarshallerAdaptors.hpp>

List of all members.

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: