#include <BundleEvent.h>
Inheritance diagram for dtn::BundleSendRequest:
Definition at line 822 of file BundleEvent.h.
Public Member Functions | |
BundleSendRequest () | |
virtual void | serialize (oasys::SerializeAction *a) |
Bundle ID. | |
Public Attributes | |
u_int32_t | bundleid_ |
Link on which to send the bundle. | |
std::string | link_ |
Forwarding action to use when sending bundle. | |
int | action_ |
dtn::BundleSendRequest::BundleSendRequest | ( | ) | [inline] |
void dtn::BundleSendRequest::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
Bundle ID.
Reimplemented from dtn::BundleEvent.
Definition at line 94 of file BundleEvent.cc.
References action_, bundleid_, link_, and oasys::SerializeAction::process().
u_int32_t dtn::BundleSendRequest::bundleid_ |
Link on which to send the bundle.
Definition at line 836 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_send(), and serialize().
std::string dtn::BundleSendRequest::link_ |
Forwarding action to use when sending bundle.
Definition at line 839 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_send(), and serialize().
Definition at line 840 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_send(), and serialize().