dtn::CLConnection::IncomingBundle Class Reference

#include <CLConnection.h>

List of all members.


Detailed Description

Struct used to record bundles that are in the process of being received along with their transmission state and relevant acknowledgement data.

Definition at line 242 of file CLConnection.h.

Public Member Functions

 IncomingBundle (Bundle *b)

Public Attributes

BundleRef bundle_
size_t total_length_
size_t header_block_length_
DataBitmap rcvd_data_
DataBitmap ack_data_

Private Member Functions

 IncomingBundle (const IncomingBundle &copy)


Constructor & Destructor Documentation

dtn::CLConnection::IncomingBundle::IncomingBundle ( Bundle b  )  [inline]

Definition at line 244 of file CLConnection.h.

dtn::CLConnection::IncomingBundle::IncomingBundle ( const IncomingBundle copy  )  [private]


Member Data Documentation

BundleRef dtn::CLConnection::IncomingBundle::bundle_

Definition at line 249 of file CLConnection.h.

size_t dtn::CLConnection::IncomingBundle::total_length_

Definition at line 251 of file CLConnection.h.

size_t dtn::CLConnection::IncomingBundle::header_block_length_

Definition at line 252 of file CLConnection.h.

DataBitmap dtn::CLConnection::IncomingBundle::rcvd_data_

Definition at line 254 of file CLConnection.h.

DataBitmap dtn::CLConnection::IncomingBundle::ack_data_

Definition at line 255 of file CLConnection.h.


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 14:48:04 2006 for DTN Reference Implementation by  doxygen 1.5.1