SimGrid  3.11
Versatile Simulation of Distributed Systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
As Struct 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 (RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t into, double *latency)=0
 Get the route and latency between two RoutingEdgs. More...
 

Detailed Description

The Autonomous System (AS) routing interface.

[TODO]

Member Function Documentation

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

Get the route and latency between two RoutingEdgs.

[long description]

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

Implemented in AsClusterFatTree.


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