DUNE: Uniform Navigational Environment
2.5.0
|
Public Types | |
typedef std::map< unsigned, std::vector< uint8_t > > | PageTable |
Public Member Functions | |
IntelHEX (const std::string &file_name, unsigned page_size) | |
void | dump (std::ostream &os) const |
const PageTable & | getTable (void) const |
typedef std::map<unsigned, std::vector<uint8_t> > DUNE::Hardware::IntelHEX::PageTable |
DUNE::Hardware::IntelHEX::IntelHEX | ( | const std::string & | file_name, |
unsigned | page_size | ||
) |
Constructor. Parse Intel IHEX file.
void DUNE::Hardware::IntelHEX::dump | ( | std::ostream & | os | ) | const |
Dump contents of the page table to an output stream.
[in] | os | output stream. |
|
inline |