19#ifndef SRECORD_INPUT_FILE_PPB_H
20#define SRECORD_INPUT_FILE_PPB_H
69 input_file_ppb(
const std::string &
filename);
90 unsigned long packet_address;
102 size_t packet_length;
115 bool get_packet(
void);
121 void packet_format_error(
void);
131 input_file_ppb(
const input_file_ppb &);
136 input_file_ppb &operator=(
const input_file_ppb &);
The srecord::record class is used to represent a data record read from a file.
uint8_t data_t
The type of record data values.
uint32_t address_t
The type of record addresses.