#include <dtn/Application.h>


Public Member Functions | |
| Application () | |
| Constructor. | |
| virtual | ~Application () |
| Virtual destructor. | |
Protected Member Functions | |
| virtual const ByteString & | appID () const =0 |
| Application identifier for Bundles. | |
| virtual void | process (const Bundle &b)=0 |
| Call the application on a received Bundle. | |
This is a slightly modified Consumer that provides only the functional operator. It also has an application identifier ByteString, which should correspond to the app field in a Bundle.
Definition at line 46 of file Application.h.
1.5.4