A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::BriteTopologyHelper::BriteNodeInfo Struct Reference

Node information from BRITE. More...

Public Attributes

int asId
 
int inDegree
 
int nodeId
 
int outDegree
 
std::string type
 
double xCoordinate
 
double yCoordinate
 

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 200 of file brite-topology-helper.h.

Member Data Documentation

◆ asId

int ns3::BriteTopologyHelper::BriteNodeInfo::asId

◆ inDegree

int ns3::BriteTopologyHelper::BriteNodeInfo::inDegree

◆ nodeId

int ns3::BriteTopologyHelper::BriteNodeInfo::nodeId

◆ outDegree

int ns3::BriteTopologyHelper::BriteNodeInfo::outDegree

◆ type

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

◆ xCoordinate

double ns3::BriteTopologyHelper::BriteNodeInfo::xCoordinate

◆ yCoordinate

double ns3::BriteTopologyHelper::BriteNodeInfo::yCoordinate

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