19#ifndef SRECORD_INPUT_FILE_INTEL16_H
20#define SRECORD_INPUT_FILE_INTEL16_H
31class input_file_intel16:
68 input_file_intel16(
const std::string &file_name);
80 int data_record_count;
99 bool termination_seen;
105 enum { linear, segmented } mode;
111 unsigned long address_base;
The srecord::record class is used to represent a data record read from a file.