#include <BundleEvent.h>
Definition at line 361 of file BundleEvent.h.
Public Member Functions | |
BundleDeliveryEvent (Bundle *bundle, event_source_t source) | |
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 | |
BundleRef | bundleref_ |
The bundle we're delivering. | |
int | source_ |
The source of the bundle. |
dtn::BundleDeliveryEvent::BundleDeliveryEvent | ( | Bundle * | bundle, | |
event_source_t | source | |||
) | [inline] |
Definition at line 363 of file BundleEvent.h.
void dtn::BundleDeliveryEvent::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 81 of file BundleEvent.cc.
References bundleref_, oasys::Ref< _Type >::object(), oasys::SerializeAction::process(), and source_.
The bundle we're delivering.
Definition at line 373 of file BundleEvent.h.
Referenced by serialize().