IBR-DTN
1.0.0
|
#include <RequeueBundleEvent.h>
Public Member Functions | |
virtual | ~RequeueBundleEvent () |
const string | getName () const |
std::string | getMessage () const |
const dtn::data::EID & | getPeer () const |
const dtn::data::BundleID & | getBundle () const |
dtn::core::Node::Protocol | getProtocol () 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, dtn::core::Node::Protocol p) |
Additional Inherited Members | |
![]() | |
const int | prio |
![]() | |
Event (int prio=0) | |
void | setLoggable (bool val) |
Definition at line 34 of file RequeueBundleEvent.h.
|
virtual |
Definition at line 36 of file RequeueBundleEvent.cpp.
const dtn::data::BundleID & dtn::routing::RequeueBundleEvent::getBundle | ( | ) | const |
Definition at line 62 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 dtn::data::BundleID::toString().
|
virtual |
Get the name of this event.
Implements dtn::core::Event.
Definition at line 47 of file RequeueBundleEvent.cpp.
const dtn::data::EID & dtn::routing::RequeueBundleEvent::getPeer | ( | ) | const |
Definition at line 57 of file RequeueBundleEvent.cpp.
dtn::core::Node::Protocol dtn::routing::RequeueBundleEvent::getProtocol | ( | ) | const |
Definition at line 67 of file RequeueBundleEvent.cpp.
|
static |
Definition at line 41 of file RequeueBundleEvent.cpp.
References dtn::core::EventDispatcher< E >::queue().