Public Attributes

edgeRoutes Struct Reference

#include <ConnectReaSE.h>

List of all members.

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

the current active channel type (rx)

Definition at line 49 of file ConnectReaSE.h.

Referenced by ConnectReaSE::addOverlayNode().

the current active channel type (tx)

Definition at line 50 of file ConnectReaSE.h.

Referenced by ConnectReaSE::addOverlayNode().

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

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

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: