IPv4Info Class Reference

#include <IPv4Info.h>

Inheritance diagram for IPv4Info:

PeerInfo

List of all members.

Public Member Functions

 IPv4Info (uint32_t type, int moduleId)
 constructor
void setAccessNetModule (AccessNet *accessNetModule)
 setter and getter
void setNodeID (int nodeID)
AccessNetgetAccessNetModule ()
int getNodeID ()

Protected Member Functions

void dummy ()
 dummy-function to make IPv4Info polymorphic

Protected Attributes

AccessNetaccessNetModule
int nodeID


Constructor & Destructor Documentation

IPv4Info::IPv4Info ( uint32_t  type,
int  moduleId 
)

constructor

00025                                               : PeerInfo(type, moduleId)
00026 {
00027     accessNetModule = NULL;
00028 }


Member Function Documentation

void IPv4Info::setAccessNetModule ( AccessNet accessNetModule  )  [inline]

setter and getter

00041 { this->accessNetModule = accessNetModule; };

void IPv4Info::setNodeID ( int  nodeID  )  [inline]

00042 { this->nodeID = nodeID; };

AccessNet* IPv4Info::getAccessNetModule (  )  [inline]

00043 { return accessNetModule; };

int IPv4Info::getNodeID (  )  [inline]

00044 { return nodeID; };

void IPv4Info::dummy (  )  [protected, virtual]

dummy-function to make IPv4Info polymorphic

Reimplemented from PeerInfo.

00030 {}


Member Data Documentation

AccessNet* IPv4Info::accessNetModule [protected]

int IPv4Info::nodeID [protected]


The documentation for this class was generated from the following files:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3