#include <BundleSchedule.h>
Public Member Functions | |
| BundleSchedule () | |
| BundleSchedule (const Bundle &b, unsigned int dtntime, string eid) | |
| BundleSchedule (const BundleSchedule &k) | |
| ~BundleSchedule () | |
| const Bundle & | getBundle () const |
| unsigned int | getTime () const |
| string | getEID () const |
Static Public Attributes | |
| static const unsigned int | MAX_TIME = UINT_MAX |
Private Attributes | |
| string | m_eid |
| unsigned int | m_time |
| Bundle * | m_bundle |
| dtn::core::BundleSchedule::BundleSchedule | ( | ) |
| dtn::core::BundleSchedule::BundleSchedule | ( | const Bundle & | b, | |
| unsigned int | dtntime, | |||
| string | eid | |||
| ) |
References m_bundle.
| dtn::core::BundleSchedule::BundleSchedule | ( | const BundleSchedule & | k | ) |
References m_bundle.
| dtn::core::BundleSchedule::~BundleSchedule | ( | ) |
References m_bundle.
| const Bundle & dtn::core::BundleSchedule::getBundle | ( | ) | const |
| unsigned int dtn::core::BundleSchedule::getTime | ( | ) | const |
References m_time.
Referenced by dtn::core::SimpleBundleStorage::getSchedule(), dtn::core::AbstractBundleStorage::raiseEvent(), and dtn::core::SimpleBundleStorage::store().
| string dtn::core::BundleSchedule::getEID | ( | ) | const |
References m_eid.
Referenced by dtn::core::EventDebugger::raiseEvent(), dtn::core::BundleRouter::raiseEvent(), and dtn::core::AbstractBundleStorage::raiseEvent().
const unsigned int dtn::core::BundleSchedule::MAX_TIME = UINT_MAX [static] |
Referenced by dtn::core::StaticBundleRouter::getSchedule().
string dtn::core::BundleSchedule::m_eid [private] |
Referenced by getEID().
unsigned int dtn::core::BundleSchedule::m_time [private] |
Referenced by getTime().
Bundle* dtn::core::BundleSchedule::m_bundle [private] |
Referenced by BundleSchedule(), getBundle(), and ~BundleSchedule().
1.5.6