#include <BundleEvent.h>
Inheritance diagram for dtn::BundleInjectRequest:
Definition at line 867 of file BundleEvent.h.
Public Member Functions | |
BundleInjectRequest () | |
virtual void | serialize (oasys::SerializeAction *a) |
This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
std::string | src_ |
std::string | dest_ |
std::string | replyto_ |
std::string | custodian_ |
u_int8_t | priority_ |
u_int32_t | expiration_ |
std::string | payload_ |
std::string | link_ |
int | action_ |
dtn::BundleInjectRequest::BundleInjectRequest | ( | ) | [inline] |
void dtn::BundleInjectRequest::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
This should call v->process() on each of the types that are to be serialized in the object.
Reimplemented from dtn::BundleEvent.
Definition at line 109 of file BundleEvent.cc.
References action_, custodian_, dest_, expiration_, link_, payload_, priority_, oasys::SerializeAction::process(), replyto_, and src_.
std::string dtn::BundleInjectRequest::src_ |
Definition at line 879 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
std::string dtn::BundleInjectRequest::dest_ |
Definition at line 880 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
std::string dtn::BundleInjectRequest::replyto_ |
Definition at line 881 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
std::string dtn::BundleInjectRequest::custodian_ |
Definition at line 882 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
u_int8_t dtn::BundleInjectRequest::priority_ |
Definition at line 883 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
u_int32_t dtn::BundleInjectRequest::expiration_ |
Definition at line 884 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
std::string dtn::BundleInjectRequest::payload_ |
Definition at line 885 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
std::string dtn::BundleInjectRequest::link_ |
Definition at line 888 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().
Definition at line 891 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_inject(), and serialize().