#include <pydtn/PydtnApplication.h>


Public Member Functions | |
| PydtnApplication (PydtnAppObject *pyapp, PyObject *pyappID) | |
| Constructor. | |
| virtual | ~PydtnApplication () |
| Virtual destructor. | |
| PyObject * | pyid () |
| The application identifier as a python object. | |
Protected Member Functions | |
| const DTN::ByteString & | appID () const |
| Application identifier for Bundles. | |
| void | process (const DTN::Bundle &b) |
| Call the application on a received Bundle. | |
Definition at line 62 of file PydtnApplication.h.
1.5.4