#include <mobility/MobileApp.h>


Public Member Functions | |
| MobileApp () | |
| Default constructor. | |
| virtual | ~MobileApp () |
| Virtual destructor. | |
| virtual void | newNeighbor (const DTN::ByteString &addr)=0 |
| Notify the application of a new neighbor. | |
These may be registered with the MobileNode so that they are informed when a new neighbor is detected.
Definition at line 48 of file MobileApp.h.
| virtual void Mobility::MobileApp::newNeighbor | ( | const DTN::ByteString & | addr | ) | [pure virtual] |
Notify the application of a new neighbor.
| addr | The address of the node that has just come into view |
Implemented in BasicEpidemic::EpidemicApp, and Epidemic::EpidemicApp.
1.5.4