19 #ifndef SRECORD_INPUT_FILE_MIF_H
20 #define SRECORD_INPUT_FILE_MIF_H
88 unsigned long address;
100 unsigned lex_addr_radix;
106 unsigned lex_data_radix;
150 token_t lex_addr(
void);
156 token_t lex_data(
void);
165 void syntax_error(
const char *text);
167 void get_equals(
void);
168 long get_number(
void);
169 void get_semicolon(
void);
171 void get_colon(
void);
174 unsigned width_in_bytes;
184 input_file_mif(
const input_file_mif &);
189 input_file_mif &operator=(
const input_file_mif &);
The srecord::record class is used to represent a data record read from a file.