#include "I3BaseApp.h"#include "I3.h"Go to the source code of this file.
Classes | |
| struct | MessageContent |
| class | I3HostMobility |
Defines | |
| #define | NUM_PARTNERS 5 |
Enumerations | |
| enum | MsgType { MSG_TIMER, MSG_TIMER_RESET_ID, MSG_TIMER_REDISCOVER, MSG_QUERY_ID, MSG_REPLY_ID, MSG_PING, MSG_REPLY } |
Functions | |
| Define_Module (I3HostMobility) | |
Definition in file I3HostMobility.cc.
| #define NUM_PARTNERS 5 |
| enum MsgType |
| MSG_TIMER | |
| MSG_TIMER_RESET_ID | |
| MSG_TIMER_REDISCOVER | |
| MSG_QUERY_ID | |
| MSG_REPLY_ID | |
| MSG_PING | |
| MSG_REPLY |
Definition at line 30 of file I3HostMobility.cc.
00030 { 00031 MSG_TIMER, 00032 MSG_TIMER_RESET_ID, 00033 MSG_TIMER_REDISCOVER, 00034 MSG_QUERY_ID, 00035 MSG_REPLY_ID, 00036 MSG_PING, 00037 MSG_REPLY 00038 };
| Define_Module | ( | I3HostMobility | ) |
1.5.8