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 228 of file CLConnection.h.


Public Member Functions

 IncomingBundle (Bundle *b)

Public Attributes

BundleRef bundle_
u_int32_t total_length_
u_int32_t acked_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 230 of file CLConnection.h.

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


Member Data Documentation

BundleRef dtn::CLConnection::IncomingBundle::bundle_

Definition at line 235 of file CLConnection.h.

Referenced by dtn::CLConnection::close_contact().

u_int32_t dtn::CLConnection::IncomingBundle::total_length_

Definition at line 237 of file CLConnection.h.

Referenced by dtn::CLConnection::close_contact().

u_int32_t dtn::CLConnection::IncomingBundle::acked_length_

Definition at line 238 of file CLConnection.h.

DataBitmap dtn::CLConnection::IncomingBundle::rcvd_data_

Definition at line 240 of file CLConnection.h.

Referenced by dtn::CLConnection::close_contact().

DataBitmap dtn::CLConnection::IncomingBundle::ack_data_

Definition at line 241 of file CLConnection.h.


The documentation for this class was generated from the following file:
Generated on Sat Sep 8 08:36:22 2007 for DTN Reference Implementation by  doxygen 1.5.3