#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] |
uint32 NodeInfo::IPAddress |
cModule* NodeInfo::module |
pointer to node module (not this module)
InterfaceTable* NodeInfo::interfaceTable |
pointer to interface table of this node
RoutingTable* NodeInfo::routingTable |
pointer to routing table of this node
simtime_t NodeInfo::createdAt |
creation timestamp