|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/NetZone.hpp"#include "simgrid/s4u/engine.hpp"#include "src/msg/msg_private.h"Functions | |
| void | MSG_create_environment (const char *file) |
| A platform constructor. More... | |
| void | MSG_post_create_environment () |
| msg_netzone_t | MSG_environment_get_routing_root () |
| const char * | MSG_environment_as_get_name (msg_netzone_t netzone) |
| msg_netzone_t | MSG_environment_as_get_by_name (const char *name) |
| xbt_dict_t | MSG_environment_as_get_routing_sons (msg_netzone_t netzone) |
| const char * | MSG_environment_as_get_property_value (msg_netzone_t netzone, const char *name) |
| void | MSG_environment_as_set_property_value (msg_netzone_t netzone, const char *name, char *value) |
| xbt_dynar_t | MSG_environment_as_get_hosts (msg_netzone_t netzone) |
| void MSG_post_create_environment | ( | ) |
| msg_netzone_t MSG_environment_get_routing_root | ( | ) |
| const char* MSG_environment_as_get_name | ( | msg_netzone_t | netzone | ) |
| msg_netzone_t MSG_environment_as_get_by_name | ( | const char * | name | ) |
| xbt_dict_t MSG_environment_as_get_routing_sons | ( | msg_netzone_t | netzone | ) |
| const char* MSG_environment_as_get_property_value | ( | msg_netzone_t | netzone, |
| const char * | name | ||
| ) |
| void MSG_environment_as_set_property_value | ( | msg_netzone_t | netzone, |
| const char * | name, | ||
| char * | value | ||
| ) |
| xbt_dynar_t MSG_environment_as_get_hosts | ( | msg_netzone_t | netzone | ) |