|
HOPS
HOPS class reference
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "control.h"#include "ffcontrol.h"#include "parser.h"#include "msg.h"Macros | |
| #define | IS_CONTROL_FILE 1 |
| #define | IS_SET_STRING 2 |
Functions | |
| int | parse_control_file (char *control_file_name, char **control_file_buff, char **set_string_buff, int where) |
Variables | |
| char * | char_values |
| double * | float_values |
| struct fsm_table_entry * | fsm_base |
| int * | line_end |
| int | token_cat [MAX_TOKENS] |
| char * | token_string [MAX_TOKENS] |
| struct token_struct * | tokens |
| #define IS_CONTROL_FILE 1 |
| #define IS_SET_STRING 2 |
| int parse_control_file | ( | char * | control_file_name, |
| char ** | control_file_buff, | ||
| char ** | set_string_buff, | ||
| int | where | ||
| ) |
| char* char_values |
| double* float_values |
| struct fsm_table_entry* fsm_base |
| int* line_end |
| int token_cat[MAX_TOKENS] |
| char* token_string[MAX_TOKENS] |
| struct token_struct* tokens |