20#ifndef LIB_INPUT_FILE_HP64K
21#define LIB_INPUT_FILE_HP64K
32class input_file_hp64k:
72 input_file_hp64k(
const std::string &file_name);
80 unsigned long rec_count;
83 bool read_u16be(uint16_t *dest);
86 bool read_datarec(
record &);
97 enum { need_hdr, need_pir, data } state;
The srecord::record class is used to represent a data record read from a file.