HOPS
HOPS class reference
Macros | Functions | Variables
parse_control_file.c File 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_entryfsm_base
 
int * line_end
 
int token_cat [MAX_TOKENS]
 
char * token_string [MAX_TOKENS]
 
struct token_structtokens
 

Macro Definition Documentation

◆ IS_CONTROL_FILE

#define IS_CONTROL_FILE   1

◆ IS_SET_STRING

#define IS_SET_STRING   2

Function Documentation

◆ parse_control_file()

int parse_control_file ( char *  control_file_name,
char **  control_file_buff,
char **  set_string_buff,
int  where 
)

Variable Documentation

◆ char_values

char* char_values

◆ float_values

double* float_values

◆ fsm_base

struct fsm_table_entry* fsm_base

◆ line_end

int* line_end

◆ token_cat

int token_cat[MAX_TOKENS]

◆ token_string

char* token_string[MAX_TOKENS]

◆ tokens

struct token_struct* tokens