NullMobility Class Reference
#include <NullMobility.h>
List of all members.
Detailed Description
This mobility module does nothing; it can be used for stationary nodes.
- Author:
- Andras Varga
|
Protected Member Functions |
virtual void | handleSelfMsg (cMessage *msg) |
Member Function Documentation
void NullMobility::handleSelfMsg |
( |
cMessage * |
msg |
) |
[protected, virtual] |
This implementation does nothing.
Implements BasicMobility.
00027 {
00028 ASSERT(false);
00029 }
The documentation for this class was generated from the following files: