19 #ifndef SRECORD_OUTPUT_FILE_COE_H
20 #define SRECORD_OUTPUT_FILE_COE_H
92 unsigned long address;
117 unsigned width_in_bytes;
123 unsigned long actual_depth;
141 void emit_header(
void);
The srecord::output_file_coe class is used to represent the output state of a file in Coefficient Fil...
static pointer create(const std::string &file_name)
The create class method is used to create new dynamically allocated instances of this class.
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...
void address_length_set(int)
The address_length_set method is used to set the minimum number of bytes to be written for addresses ...
const char * format_name(void) const
The format_name method is used to obtain the name of this output format.
void notify_upper_bound(unsigned long addr)
The notify_upper_bound method is used to notify the output class of the upper bound (highest address ...
virtual ~output_file_coe()
The destructor.
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.
void write(const record &)
The write method is used to write a recordonto an output.
void command_line(arglex_tool *cmdln)
The command_line method is used by arglex_srec::get_output when parsing the command line,...
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.