| OverSim
    | 
Information about a getNode(usually a router) More...
#include <AccessNet.h>
 
  
 | Public Attributes | |
| IPvXAddress | IPAddress | 
| the IP Address | |
| cModule * | module | 
| pointer to node getModule(not this module) | |
| IInterfaceTable * | interfaceTable | 
| pointer to interface table of this node | |
| IRoutingTable * | routingTable | 
| pointer to routing table of this node | |
| RoutingTable6 * | routingTable6 | 
| simtime_t | createdAt | 
| creation timestamp | |
| Friends | |
| std::ostream & | operator<< (std::ostream &os, NodeInfo &n) | 
| Stream out. | |
Information about a getNode(usually a router)
Definition at line 66 of file AccessNet.h.
| 
 | friend | 
Stream out.
| os | the output stream | 
| n | the node info | 
Definition at line 40 of file AccessNet.cc.
| simtime_t NodeInfo::createdAt | 
creation timestamp
Definition at line 74 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode().
| IInterfaceTable* NodeInfo::interfaceTable | 
pointer to interface table of this node
Definition at line 71 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), AccessNet::initialize(), and AccessNet::removeOverlayNode().
| IPvXAddress NodeInfo::IPAddress | 
the IP Address
Definition at line 69 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), AccessNet::initialize(), operator<<(), and AccessNet::removeOverlayNode().
| cModule* NodeInfo::module | 
pointer to node getModule(not this module)
Definition at line 70 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), AccessNet::getAccessNode(), AccessNet::initialize(), and AccessNet::removeOverlayNode().
| IRoutingTable* NodeInfo::routingTable | 
pointer to routing table of this node
Definition at line 72 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), AccessNet::initialize(), and AccessNet::removeOverlayNode().
| RoutingTable6* NodeInfo::routingTable6 | 
Definition at line 73 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), AccessNet::initialize(), and AccessNet::removeOverlayNode().