#include <pydtn/UniformBundleMaker.h>


Public Member Functions | |
| UniformBundleMaker (WrapNode *source, WrapNode *destination, const DTN::ByteString &app, unsigned int size) | |
| Constructor. | |
| virtual | ~UniformBundleMaker () |
| Virtual destructor. | |
| void | generate () |
| Generate a Bundle. | |
The bundles created are MockBundles, and are forwarded by direct call to the source WrapNode. All Bundles have the same configured application identifier.
Definition at line 48 of file UniformBundleMaker.h.
| UniformBundleMaker::UniformBundleMaker | ( | WrapNode * | source, | |
| WrapNode * | destination, | |||
| const DTN::ByteString & | app, | |||
| unsigned int | size | |||
| ) |
Constructor.
| source | The node that will send the bundles | |
| destination | The node to which the bundles will be sent | |
| app | The application identifier to use in bundles | |
| size | The payload size for the bundles |
Definition at line 40 of file UniformBundleMaker.cc.
1.5.4