IBR-DTN  1.0.0
dtn::net::LOWPANConnectionSender Class Reference

#include <LOWPANConnection.h>

Inheritance diagram for dtn::net::LOWPANConnectionSender:
Inheritance graph
Collaboration diagram for dtn::net::LOWPANConnectionSender:
Collaboration graph

Public Member Functions

 LOWPANConnectionSender (ibrcommon::lowpanstream &_stream)
 
virtual ~LOWPANConnectionSender ()
 
void queue (const dtn::net::BundleTransfer &job)
 
void run () throw ()
 
void __cancellation () throw ()
 

Detailed Description

Definition at line 36 of file LOWPANConnection.h.

Constructor & Destructor Documentation

dtn::net::LOWPANConnectionSender::LOWPANConnectionSender ( ibrcommon::lowpanstream &  _stream)

Definition at line 121 of file LOWPANConnection.cpp.

dtn::net::LOWPANConnectionSender::~LOWPANConnectionSender ( )
virtual

Definition at line 126 of file LOWPANConnection.cpp.

Member Function Documentation

void dtn::net::LOWPANConnectionSender::__cancellation ( )
throw (
)

Definition at line 179 of file LOWPANConnection.cpp.

void dtn::net::LOWPANConnectionSender::queue ( const dtn::net::BundleTransfer job)

Queueing a job, originally coming from the DTN core, to work its way down to the CL through the lowpanstream

Parameters
jobReference to the job conatining EID and bundle

Definition at line 130 of file LOWPANConnection.cpp.

Referenced by dtn::net::LOWPANConvergenceLayer::queue().


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