|
INET Framework for OMNeT++/OMNEST
|
#include <NullMobility.h>
Protected Member Functions | |
| virtual void | handleSelfMsg (cMessage *msg) |
This mobility module does nothing; it can be used for stationary nodes.
Definition at line 33 of file NullMobility.h.
| void NullMobility::handleSelfMsg | ( | cMessage * | msg | ) | [protected, virtual] |
This implementation does nothing.
Implements BasicMobility.
Definition at line 26 of file NullMobility.cc.
{
ASSERT(false);
}