19 #ifndef SRECORD_INPUT_FILE_LOGISIM_H
20 #define SRECORD_INPUT_FILE_LOGISIM_H
119 datum_t() : address(0), count(1), value(0xFF) { }
120 datum_t(uint32_t aa,
long ac, uint32_t av) :
121 address(aa), count(ac), value(av) { }
125 std::string representation(
void)
const;
128 std::list<datum_t> jobs;
130 bool read_inner(record &rec);
131 void read_inner_one(
void);
132 void read_inner_two(
void);
133 void read_inner_job(
void);
The srecord::record class is used to represent a data record read from a file.
uint32_t address_t
The type of record addresses.