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

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

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