#include <BundleEvent.h>
Inheritance diagram for dtn::ReassemblyCompletedEvent:

Definition at line 733 of file BundleEvent.h.
Public Member Functions | |
| ReassemblyCompletedEvent (Bundle *bundle, BundleList *fragments) | |
| virtual void | serialize (oasys::SerializeAction *) |
| This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
| BundleRef | bundle_ |
| The newly reassembled bundle. | |
| BundleList | fragments_ |
| The list of bundle fragments. | |
| dtn::ReassemblyCompletedEvent::ReassemblyCompletedEvent | ( | Bundle * | bundle, | |
| BundleList * | fragments | |||
| ) | [inline] |
Definition at line 735 of file BundleEvent.h.
References fragments_, and dtn::BundleList::move_contents().
| virtual void dtn::ReassemblyCompletedEvent::serialize | ( | oasys::SerializeAction * | ) | [inline, 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 744 of file BundleEvent.h.
The newly reassembled bundle.
Definition at line 747 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_reassembly_completed().
The list of bundle fragments.
Definition at line 750 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_reassembly_completed(), and ReassemblyCompletedEvent().
1.5.1