20 #ifndef SRECORD_OUTPUT_FILE_AOMF_H
21 #define SRECORD_OUTPUT_FILE_AOMF_H
87 void emit_record(
int,
const unsigned char *,
size_t);
93 void module_header_record(
const char*);
98 void content_record(
unsigned long address,
const unsigned char *data,
105 void module_end_record(
const char*);
113 void put_byte(
unsigned char);
119 unsigned long byte_offset;
126 std::string module_name;
The srecord::output_file_aomf class is used to represent the output state of a file in Intel Absolute...
virtual ~output_file_aomf()
The destructor.
void address_length_set(int)
The address_length_set method is used to set the minimum number of bytes to be written for addresses ...
void write(const record &)
The write method is used to write a recordonto an output.
int preferred_block_size_get(void) const
The preferred_block_size_get method is used to get the proferred block size of the output fformat.
static pointer create(const std::string &file_name)
The create class method is used to create new dynamically allocated instances of this class.
const char * format_name(void) const
The format_name method is used to obtain the name of this output format.
void line_length_set(int)
The set_line_length method is used to set the maximum length of an output line, for those formats for...
bool preferred_block_size_set(int nbytes)
The preferred_block_size_set method is is to set a precific number of bytes for the preferred block s...
The srecord::output_file class is used to represent a generic output file.
std::shared_ptr< output > pointer
The srecord::record class is used to represent a data record read from a file.