SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Namespaces | |
simgrid | |
Host datatype from SIMIX POV. | |
simgrid::surf | |
Macros | |
#define | NETWORK_INTERFACE_CPP_ |
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_network, surf, "Logging specific to the SURF network module") | |
const char * | sg_link_name (Link *link) |
Link * | sg_link_by_name (const char *name) |
int | sg_link_is_shared (Link *link) |
double | sg_link_bandwidth (Link *link) |
double | sg_link_latency (Link *link) |
void * | sg_link_data (Link *link) |
void | sg_link_data_set (Link *link, void *data) |
int | sg_link_count () |
Link ** | sg_link_list () |
void | sg_link_exit () |
Variables | |
simgrid::xbt::signal< void(NetworkAction *, Action::State, Action::State)> | simgrid::surf::networkActionStateChangedCallbacks |
Callback signal fired when the state of a NetworkAction changes Signature: void(NetworkAction *action, simgrid::surf::Action::State old, simgrid::surf::Action::State current) More... | |
simgrid::surf::NetworkModel * | surf_network_model = nullptr |
The network model. More... | |
#define NETWORK_INTERFACE_CPP_ |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_network | , |
surf | , | ||
"Logging specific to the SURF network module" | |||
) |
const char* sg_link_name | ( | Link * | link | ) |
Link* sg_link_by_name | ( | const char * | name | ) |
int sg_link_is_shared | ( | Link * | link | ) |
double sg_link_bandwidth | ( | Link * | link | ) |
double sg_link_latency | ( | Link * | link | ) |
int sg_link_count | ( | ) |
Link** sg_link_list | ( | ) |
void sg_link_exit | ( | ) |