Public Member Functions | Protected Member Functions | Protected Attributes

ReaSEInfo Class Reference

#include <ReaSEInfo.h>

Inheritance diagram for ReaSEInfo:
PeerInfo

List of all members.

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

Detailed Description

Definition at line 31 of file ReaSEInfo.h.


Constructor & Destructor Documentation

ReaSEInfo::ReaSEInfo ( uint32_t  type,
int  moduleId,
cObject **  context 
)

constructor

Definition at line 26 of file ReaSEInfo.cc.


Member Function Documentation

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]
void ReaSEInfo::setNodeID ( int  nodeID  )  [inline]

setter and getter

Definition at line 42 of file ReaSEInfo.h.

Referenced by ReaSEUnderlayConfigurator::createNode(), and ReaSEUnderlayConfigurator::migrateNode().

{ this->nodeID = nodeID; };


Member Data Documentation

int ReaSEInfo::nodeID [protected]

Definition at line 48 of file ReaSEInfo.h.

Referenced by getNodeID().


The documentation for this class was generated from the following files: