|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/Engine.hpp"#include "simgrid/s4u/NetZone.hpp"#include "src/msg/msg_private.hpp"Functions | |
| void | MSG_create_environment (const char *file) |
| A platform constructor. More... | |
| msg_netzone_t | MSG_zone_get_root () |
| const char * | MSG_zone_get_name (msg_netzone_t netzone) |
| msg_netzone_t | MSG_zone_get_by_name (const char *name) |
| void | MSG_zone_get_sons (msg_netzone_t netzone, xbt_dict_t whereto) |
| const char * | MSG_zone_get_property_value (msg_netzone_t netzone, const char *name) |
| void | MSG_zone_set_property_value (msg_netzone_t netzone, const char *name, char *value) |
| void | MSG_zone_get_hosts (msg_netzone_t netzone, xbt_dynar_t whereto) |
| msg_netzone_t MSG_zone_get_root | ( | ) |
| const char* MSG_zone_get_name | ( | msg_netzone_t | netzone | ) |
| msg_netzone_t MSG_zone_get_by_name | ( | const char * | name | ) |
| void MSG_zone_get_sons | ( | msg_netzone_t | netzone, |
| xbt_dict_t | whereto | ||
| ) |
| const char* MSG_zone_get_property_value | ( | msg_netzone_t | netzone, |
| const char * | name | ||
| ) |
| void MSG_zone_set_property_value | ( | msg_netzone_t | netzone, |
| const char * | name, | ||
| char * | value | ||
| ) |
| void MSG_zone_get_hosts | ( | msg_netzone_t | netzone, |
| xbt_dynar_t | whereto | ||
| ) |