20#ifndef LIB_INPUT_FILE_HP64K
21#define LIB_INPUT_FILE_HP64K
31class input_file_hp64k:
71 input_file_hp64k(
const std::string &file_name);
74 bool is_binary(
void)
const;
79 unsigned long rec_count;
82 bool read_u16be(uint16_t *dest);
85 bool read_datarec(
record &);
96 enum { need_hdr, need_pir, data } state;
The srecord::record class is used to represent a data record read from a file.