A Discrete-Event Network Simulator
API
ns3::BriteTopologyHelper::BriteNodeInfo Struct Reference

Node information from BRITE. More...

+ Collaboration diagram for ns3::BriteTopologyHelper::BriteNodeInfo:

Public Attributes

int asId
 AS ID. More...
 
int inDegree
 Ingress (IN) degree. More...
 
int nodeId
 Node ID. More...
 
int outDegree
 Egress (OUT) degree. More...
 
std::string type
 Node type. More...
 
double xCoordinate
 X coordinate. More...
 
double yCoordinate
 Y coordinate. More...
 

Detailed Description

Node information from BRITE.

The BRITE code generates a graph and returns information on the nodes generated. This is stored here in a struct.

Definition at line 209 of file brite-topology-helper.h.

Member Data Documentation

◆ asId

int ns3::BriteTopologyHelper::BriteNodeInfo::asId

AS ID.

Definition at line 216 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().

◆ inDegree

int ns3::BriteTopologyHelper::BriteNodeInfo::inDegree

Ingress (IN) degree.

Definition at line 214 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().

◆ nodeId

int ns3::BriteTopologyHelper::BriteNodeInfo::nodeId

◆ outDegree

int ns3::BriteTopologyHelper::BriteNodeInfo::outDegree

Egress (OUT) degree.

Definition at line 215 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().

◆ type

std::string ns3::BriteTopologyHelper::BriteNodeInfo::type

Node type.

Definition at line 217 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().

◆ xCoordinate

double ns3::BriteTopologyHelper::BriteNodeInfo::xCoordinate

X coordinate.

Definition at line 212 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().

◆ yCoordinate

double ns3::BriteTopologyHelper::BriteNodeInfo::yCoordinate

Y coordinate.

Definition at line 213 of file brite-topology-helper.h.

Referenced by ns3::BriteTopologyHelper::BuildBriteNodeInfoList().


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