#include <pydtn/BundleMaker.h>

Public Member Functions | |
| BundleMaker () | |
| Default constructor. | |
| virtual | ~BundleMaker () |
| Virtual destructor. | |
| virtual void | generate ()=0 |
| Generate a Bundle. | |
This is used by a TrafficGenerator to handle the actual construction and sending of Bundles. Concrete subclasses determine the types of Bundles to create and how to send them.
Definition at line 44 of file BundleMaker.h.
1.5.4