HOPS
HOPS class reference
ffcontrol_module_extern.h
Go to the documentation of this file.
1 #ifndef FFCONTROLPY_EXTERN_H__
2 #define FFCONTROLPY_EXTERN_H__
3 
4 // extern char *progname;
5 // extern int *msglev;
6 // extern char *datadir;
7 
8 extern struct token_struct *tokens; /* input struct of tokens & values */
9 extern double *float_values; /* array of actual fl. pt. values */
10 extern struct fsm_table_entry *fsm_base; /* start of fsm table */
11 extern struct c_block *cb_head; /* start of c_block chain */
12 extern char *char_values; /* pointer to array of actual strings*/
13 
14 extern char* control_file_buff; //stash stripped but unparsed contents of control file
15 extern char* set_string_buff; //stash stripped but unparsed contents of set commands
16 
17 #endif /* end of include guard: FFCONTROLPY_EXTERN_H__ */
Definition: control.h:23
struct fsm_table_entry * fsm_base
Definition: parse_control_file.c:28
struct c_block * cb_head
Definition: fourfit3.c:60
struct token_struct * tokens
Definition: parse_control_file.c:26
char * char_values
Definition: parse_control_file.c:27
char * set_string_buff
Definition: ffcontrol_module_extern.c:14
double * float_values
Definition: parse_control_file.c:25
char * control_file_buff
Definition: ffcontrol_module_extern.c:13
Definition: parser.h:7
Definition: parser.h:17