|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "src/internal_config.h"#include "xbt/automaton.h"#include <errno.h>#include <string.h>#include "parserPromela.tab.cacc"Functions | |
| static void | new_state (char *id, int src) |
| static void | new_transition (char *id, xbt_automaton_exp_label_t label) |
| static xbt_automaton_exp_label_t | new_label (int type,...) |
| void | xbt_automaton_load (xbt_automaton_t a, const char *file) |
Variables | |
| static xbt_automaton_t | parsed_automaton |
| char * | state_id_src |
|
static |
|
static |
|
static |
| void xbt_automaton_load | ( | xbt_automaton_t | a, |
| const char * | file | ||
| ) |
|
static |
| char* state_id_src |