SimGrid
3.12
Versatile Simulation of Distributed Systems
|
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... | |
The Autonomous System (AS) routing interface.
[TODO]
|
pure virtual |
Get the route and latency between two RoutingEdges.
[long description]
src | [description] |
dst | [description] |
into | [description] |
latency | [description] |
Implemented in AsClusterFatTree.