OverSim
edgeRoutes Struct Reference

#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)

Detailed Description

Definition at line 39 of file ConnectReaSE.h.

Member Data Documentation

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
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().

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().


The documentation for this struct was generated from the following file: