| 
    OverSim
    
   | 
 
#include <ConnectReaSE.h>
Public Attributes | |
| int | countPPPInterfaces | 
| IInterfaceTable * | interfaceTable | 
| pointer to interface table of this node   | |
| IRoutingTable * | routingTable | 
| pointer to routing table of this node   | |
| uint32 | IPAddress | 
| the IP Address   | |
| uint32 | lastIP | 
| last assigned IP address FIXME: check overlays for side effects of reused IP addresses   | |
| cModule * | Router | 
| std::vector< uint32 > | IPAddresses | 
| the IP Addresses in use of edge router   | |
| std::string | channelTypeRxStr | 
| the current active channel type (rx)   | |
| std::string | channelTypeTxStr | 
| the current active channel type (tx)   | |
Definition at line 39 of file ConnectReaSE.h.
| std::string edgeRoutes::channelTypeRxStr | 
the current active channel type (rx)
Definition at line 49 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode().
| std::string edgeRoutes::channelTypeTxStr | 
the current active channel type (tx)
Definition at line 50 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode().
| int edgeRoutes::countPPPInterfaces | 
Definition at line 42 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode(), ConnectReaSE::removeOverlayNode(), and ConnectReaSE::setUpAS().
| IInterfaceTable* edgeRoutes::interfaceTable | 
pointer to interface table of this node
Definition at line 43 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode(), ConnectReaSE::removeOverlayNode(), and ConnectReaSE::setUpAS().
| uint32 edgeRoutes::IPAddress | 
the IP Address
Definition at line 45 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode(), and ConnectReaSE::setUpAS().
| std::vector<uint32> edgeRoutes::IPAddresses | 
the IP Addresses in use of edge router
Definition at line 48 of file ConnectReaSE.h.
Referenced by ConnectReaSE::removeOverlayNode(), and ConnectReaSE::setUpAS().
| uint32 edgeRoutes::lastIP | 
last assigned IP address FIXME: check overlays for side effects of reused IP addresses
Definition at line 46 of file ConnectReaSE.h.
Referenced by ConnectReaSE::setUpAS().
| cModule* edgeRoutes::Router | 
Definition at line 47 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode(), ReaSEUnderlayConfigurator::createNode(), ConnectReaSE::migrateNode(), and ConnectReaSE::setUpAS().
| IRoutingTable* edgeRoutes::routingTable | 
pointer to routing table of this node
Definition at line 44 of file ConnectReaSE.h.
Referenced by ConnectReaSE::addOverlayNode(), ConnectReaSE::removeOverlayNode(), and ConnectReaSE::setUpAS().