#include <pydtn/PythonBundleMaker.h>


Public Member Functions | |
| PythonBundleMaker () | |
| Constructor. | |
| virtual | ~PythonBundleMaker () |
| Virtual destructor. | |
| void | generate () |
| Generate a Bundle. | |
| void | setFunc (PyObject *f) |
| Set the internal python function object. | |
Definition at line 41 of file PythonBundleMaker.h.
| void PythonBundleMaker::setFunc | ( | PyObject * | f | ) |
Set the internal python function object.
| f | A python handle to the function |
Definition at line 67 of file PythonBundleMaker.cc.
Referenced by TrafficGenerator::configure().
1.5.4