Classes | Defines | Enumerations | Functions

I3HostMobility.cc File Reference

#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)

Detailed Description

Author:
Antonio Zea

Definition in file I3HostMobility.cc.


Define Documentation

#define NUM_PARTNERS   5

Definition at line 26 of file I3HostMobility.cc.


Enumeration Type Documentation

enum MsgType
Enumerator:
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.

             {
    MSG_TIMER,
    MSG_TIMER_RESET_ID,
    MSG_TIMER_REDISCOVER,
    MSG_QUERY_ID,
    MSG_REPLY_ID,
    MSG_PING,
    MSG_REPLY
};


Function Documentation

Define_Module ( I3HostMobility   )