Information about a terminal. More...
#include <AccessNet.h>
Public Attributes | |
cModule * | PPPInterface |
pointer to PPP module | |
cModule * | remotePPPInterface |
pointer to remote PPP module | |
InterfaceEntry * | interfaceEntry |
pointer to interface entry | |
InterfaceEntry * | remoteInterfaceEntry |
pointer to remote interface entry | |
IInterfaceTable * | remoteInterfaceTable |
pointer to remote interface table | |
IPRoute * | remoteRoutingEntry |
pointer to remote routing table | |
IPRoute * | routingEntry |
pointer to routing entry |
Information about a terminal.
Definition at line 61 of file AccessNet.h.
InterfaceEntry* TerminalInfo::interfaceEntry |
pointer to interface entry
Definition at line 66 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode().
cModule* TerminalInfo::PPPInterface |
pointer to PPP module
Definition at line 64 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode().
InterfaceEntry* TerminalInfo::remoteInterfaceEntry |
pointer to remote interface entry
Definition at line 67 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), and AccessNet::removeOverlayNode().
IInterfaceTable* TerminalInfo::remoteInterfaceTable |
pointer to remote interface table
Definition at line 68 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode().
cModule* TerminalInfo::remotePPPInterface |
pointer to remote PPP module
Definition at line 65 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), and AccessNet::removeOverlayNode().
IPRoute* TerminalInfo::remoteRoutingEntry |
pointer to remote routing table
Definition at line 69 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), and AccessNet::removeOverlayNode().
IPRoute* TerminalInfo::routingEntry |
pointer to routing entry
Definition at line 70 of file AccessNet.h.
Referenced by AccessNet::addOverlayNode(), and AccessNet::removeOverlayNode().