|
SimGrid
3.11
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 (RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t into, double *latency)=0 |
| Get the route and latency between two RoutingEdgs. More... | |
The Autonomous System (AS) routing interface.
[TODO]
|
pure virtual |
Get the route and latency between two RoutingEdgs.
[long description]
| src | [description] |
| dst | [description] |
| into | [description] |
| latency | [description] |
Implemented in AsClusterFatTree.