SimGrid  3.12
Versatile Simulation of Distributed Systems
As Class Referenceabstract

The Autonomous System (AS) routing interface. More...

#include <surf_routing.hpp>

Inherited by AsNone.

Public Member Functions

 As ()
 The As constructor.
 
virtual ~As ()
 The As destructor.
 
virtual void getRouteAndLatency (RoutingEdge *src, RoutingEdge *dst, sg_platf_route_cbarg_t into, double *latency)=0
 Get the route and latency between two RoutingEdges. More...
 

Detailed Description

The Autonomous System (AS) routing interface.

[TODO]

Member Function Documentation

virtual void As::getRouteAndLatency ( RoutingEdge src,
RoutingEdge dst,
sg_platf_route_cbarg_t  into,
double *  latency 
)
pure virtual

Get the route and latency between two RoutingEdges.

[long description]

Parameters
src[description]
dst[description]
into[description]
latency[description]

Implemented in AsClusterFatTree.


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