19#ifndef LIB_INPUT_FILE_MOTOROLA_H
20#define LIB_INPUT_FILE_MOTOROLA_H
30class input_file_motorola:
70 input_file_motorola(
const std::string &file_name);
76 unsigned long data_count;
106 bool termination_seen;
120 unsigned address_shift;
125 input_file_motorola();
130 input_file_motorola(
const input_file_motorola &);
135 input_file_motorola &operator=(
const input_file_motorola &);
The srecord::record class is used to represent a data record read from a file.