#include <ReaSEInfo.h>
Public Member Functions | |
ReaSEInfo (uint32_t type, int moduleId, cObject **context) | |
constructor | |
void | setNodeID (int nodeID) |
setter and getter | |
int | getNodeID () |
Protected Member Functions | |
void | dummy () |
dummy-function to make ReaSEInfo polymorphic | |
Protected Attributes | |
int | nodeID |
Definition at line 31 of file ReaSEInfo.h.
ReaSEInfo::ReaSEInfo | ( | uint32_t | type, | |
int | moduleId, | |||
cObject ** | context | |||
) |
void ReaSEInfo::dummy | ( | ) | [protected, virtual] |
dummy-function to make ReaSEInfo polymorphic
Reimplemented from PeerInfo.
Definition at line 30 of file ReaSEInfo.cc.
{ }
int ReaSEInfo::getNodeID | ( | ) | [inline] |
Definition at line 43 of file ReaSEInfo.h.
Referenced by ReaSEUnderlayConfigurator::handleTimerEvent(), ReaSEUnderlayConfigurator::migrateNode(), and ReaSEUnderlayConfigurator::preKillNode().
{ return nodeID; };
void ReaSEInfo::setNodeID | ( | int | nodeID | ) | [inline] |
setter and getter
Definition at line 42 of file ReaSEInfo.h.
Referenced by ReaSEUnderlayConfigurator::createNode(), and ReaSEUnderlayConfigurator::migrateNode().
int ReaSEInfo::nodeID [protected] |
Definition at line 48 of file ReaSEInfo.h.
Referenced by getNodeID().