#include <pydtn/PydtnApplication.h>

Public Attributes | |
| PyObject_HEAD PydtnApplication * | app |
| Pointer to the application. | |
| PyObject * | proc |
| Callable object for process() method. | |
| PyObject * | node |
| Python representation of the owner. | |
This will be accessible in Python as pydtn.Application.
Definition at line 43 of file PydtnApplication.h.
1.5.4