OpenDDS::DCPS::ReceivedDataSample Class Reference

Holds a data sample received by the transport. More...

#include <ReceivedDataSample.h>

Collaboration diagram for OpenDDS::DCPS::ReceivedDataSample:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ReceivedDataSample ()
 Default ctor.
 ~ReceivedDataSample ()
 Dtor.

Public Attributes

DataSampleHeader header_
 The demarshalled sample header.
ACE_Message_Block * sample_
 The "data" part (ie, no "header" part) of the sample.

Detailed Description

Holds a data sample received by the transport.

This is the type of object that is delivered to the TransportReceiveListener objects by the transport. Note that the data sample header has already been demarshalled by the transport, and the ACE_Message_Block (chain) represents the "data" portion of the sample.


Constructor & Destructor Documentation

ACE_INLINE OpenDDS::DCPS::ReceivedDataSample::ReceivedDataSample (  ) 

Default ctor.

ACE_INLINE OpenDDS::DCPS::ReceivedDataSample::~ReceivedDataSample (  ) 

Dtor.


Member Data Documentation

DataSampleHeader OpenDDS::DCPS::ReceivedDataSample::header_

The demarshalled sample header.

ACE_Message_Block* OpenDDS::DCPS::ReceivedDataSample::sample_

The "data" part (ie, no "header" part) of the sample.


The documentation for this class was generated from the following files:
Generated on Fri Nov 7 09:37:42 2008 for OpenDDS by  doxygen 1.4.7