|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <xbt/dict.h>#include <xbt/function_types.h>#include <xbt/misc.h>#include <xbt/signal.hpp>Namespaces | |
| simgrid | |
| Host datatype from SIMIX POV. | |
| simgrid::surf | |
Functions | |
| void | sg_platf_init () |
| Module management function: creates all internal data structures. More... | |
| void | sg_platf_exit () |
| Module management function: frees all internal data structures. More... | |
| void | surf_parse_open (const char *file) |
| void | surf_parse_close () |
| void | surf_parse_assert (bool cond, const char *fmt,...) XBT_ATTRIB_PRINTF(2 |
| void void XBT_ATTRIB_NORETURN | surf_parse_error (const char *msg,...) XBT_ATTRIB_PRINTF(1 |
| void void XBT_ATTRIB_NORETURN void | surf_parse_warn (const char *msg,...) XBT_ATTRIB_PRINTF(1 |
| void void XBT_ATTRIB_NORETURN void double | surf_parse_get_double (const char *string) |
| int | surf_parse_get_int (const char *string) |
| double | surf_parse_get_time (const char *string, const char *entity_kind, const char *name) |
| double | surf_parse_get_size (const char *string, const char *entity_kind, const char *name) |
| double | surf_parse_get_bandwidth (const char *string, const char *entity_kind, const char *name) |
| double | surf_parse_get_speed (const char *string, const char *entity_kind, const char *name) |
Variables | |
| int_f_void_t | surf_parse |
| void sg_platf_init | ( | ) |
Module management function: creates all internal data structures.
| void sg_platf_exit | ( | ) |
Module management function: frees all internal data structures.
| void surf_parse_open | ( | const char * | file | ) |
| void surf_parse_close | ( | ) |
| void surf_parse_assert | ( | bool | cond, |
| const char * | fmt, | ||
| ... | |||
| ) |
| void void XBT_ATTRIB_NORETURN surf_parse_error | ( | const char * | msg, |
| ... | |||
| ) |
| void void XBT_ATTRIB_NORETURN void surf_parse_warn | ( | const char * | msg, |
| ... | |||
| ) |
| void void XBT_ATTRIB_NORETURN void double surf_parse_get_double | ( | const char * | string | ) |
| int surf_parse_get_int | ( | const char * | string | ) |
| double surf_parse_get_time | ( | const char * | string, |
| const char * | entity_kind, | ||
| const char * | name | ||
| ) |
| double surf_parse_get_size | ( | const char * | string, |
| const char * | entity_kind, | ||
| const char * | name | ||
| ) |
| double surf_parse_get_bandwidth | ( | const char * | string, |
| const char * | entity_kind, | ||
| const char * | name | ||
| ) |
| double surf_parse_get_speed | ( | const char * | string, |
| const char * | entity_kind, | ||
| const char * | name | ||
| ) |
| int_f_void_t surf_parse |