#include <AccessNet.h>
Inheritance diagram for NodeInfo:

Public Attributes | |
| uint32 | IPAddress |
| the IP Address | |
| cModule * | module |
| pointer to node module (not this module) | |
| InterfaceTable * | interfaceTable |
| pointer to interface table of this node | |
| RoutingTable * | routingTable |
| pointer to routing table of this node | |
| simtime_t | createdAt |
| creation timestamp | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, NodeInfo &n) |
| Stream out. | |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| NodeInfo & | n | |||
| ) | [friend] |
| simtime_t NodeInfo::createdAt |
creation timestamp
| InterfaceTable* NodeInfo::interfaceTable |
pointer to interface table of this node
| uint32 NodeInfo::IPAddress |
| cModule* NodeInfo::module |
pointer to node module (not this module)
| RoutingTable* NodeInfo::routingTable |
pointer to routing table of this node
1.4.7