|
SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include "xbt/log.h"#include "xbt/dynar.h"#include "src/surf/AsFloyd.hpp"#include "src/surf/network_interface.hpp"Namespaces | |
| simgrid | |
| simgrid::surf | |
Macros | |
| #define | TO_FLOYD_COST(i, j) (costTable_)[(i)+(j)*table_size] |
| #define | TO_FLOYD_PRED(i, j) (predecessorTable_)[(i)+(j)*table_size] |
| #define | TO_FLOYD_LINK(i, j) (linkTable_)[(i)+(j)*table_size] |
Functions | |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_route_floyd, surf,"Routing part of surf") | |
| #define TO_FLOYD_COST | ( | i, | |
| j | |||
| ) | (costTable_)[(i)+(j)*table_size] |
| #define TO_FLOYD_PRED | ( | i, | |
| j | |||
| ) | (predecessorTable_)[(i)+(j)*table_size] |
| #define TO_FLOYD_LINK | ( | i, | |
| j | |||
| ) | (linkTable_)[(i)+(j)*table_size] |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_route_floyd | , |
| surf | , | ||
| "Routing part of surf" | |||
| ) |