19#ifndef SRECORD_INPUT_FILE_OS65V_H
20#define SRECORD_INPUT_FILE_OS65V_H
31class input_file_os65v:
68 input_file_os65v(
const std::string &file_name);
78 input_file_os65v(
const input_file_os65v &);
83 input_file_os65v &operator=(
const input_file_os65v &);
101 unsigned long address;
114 bool ignore_the_rest;
The srecord::record class is used to represent a data record read from a file.