IBR-DTNSuite
0.10
|
#include <RequeueBundleEvent.h>
Public Member Functions | |
virtual | ~RequeueBundleEvent () |
const string | getName () const |
std::string | getMessage () const |
![]() | |
virtual | ~Event ()=0 |
virtual std::string | toString () const |
bool | isLoggable () const |
Static Public Member Functions | |
static void | raise (const dtn::data::EID peer, const dtn::data::BundleID &id) |
Public Attributes | |
dtn::data::EID | _peer |
dtn::data::BundleID | _bundle |
![]() | |
const int | prio |
Static Public Attributes | |
static const string | className = "RequeueBundleEvent" |
Additional Inherited Members | |
![]() | |
Event (int prio=0) | |
void | setLoggable (bool val) |
Definition at line 33 of file RequeueBundleEvent.h.
|
virtual |
Definition at line 36 of file RequeueBundleEvent.cpp.
|
virtual |
Get a describing message for this event
Implements dtn::core::Event.
Definition at line 52 of file RequeueBundleEvent.cpp.
References _bundle, and dtn::data::BundleID::toString().
|
virtual |
Get the name of this event.
Implements dtn::core::Event.
Definition at line 47 of file RequeueBundleEvent.cpp.
References className.
|
static |
Definition at line 41 of file RequeueBundleEvent.cpp.
References dtn::core::EventDispatcher< E >::raise().
Referenced by dtn::routing::RetransmissionExtension::notify().
dtn::data::BundleID dtn::routing::RequeueBundleEvent::_bundle |
Definition at line 47 of file RequeueBundleEvent.h.
Referenced by getMessage(), and dtn::routing::RetransmissionExtension::notify().
dtn::data::EID dtn::routing::RequeueBundleEvent::_peer |
Definition at line 46 of file RequeueBundleEvent.h.
Referenced by dtn::routing::RetransmissionExtension::notify().
|
static |
Definition at line 42 of file RequeueBundleEvent.h.
Referenced by getName().