QEpromFile Class.
More...
#include <qepromfile.hpp>
QEpromFile Class.
The purpose of this class is to manage all EPROM File formats.
◆ QEpromFileType
Eprom File Types.
Enumerator |
---|
EpromFileBin | Binary file (raw).
|
EpromFileSRec | Motorola S-REC file.
|
EpromFileHex | Intel Hex file.
|
EpromFileAtmel | Atmel Generic file.
|
◆ QEpromFile()
Constructor.
- Parameters
-
parent | Pointer to parent object (default = nullptr). |
◆ typeFromStr()
Returns the type of the file, by string (file filter).
- Parameters
-
- Returns
- Type of the file.
◆ read()
QByteArray read |
( |
const QString & |
filename, |
|
|
qint32 |
size |
|
) |
| |
|
virtual |
Reads data from a file.
- Parameters
-
filename | Filename (with path). |
size | Size of data to be read (in bytes). If file is smaller than this parameter, data is filled with 0xFF. |
- Returns
- Byte array with data, or empty if an error occurs.
Implements QEpromFileBase.
◆ write()
Writes data to a file.
- Parameters
-
type | Type of the file to write. |
filename | Filename (with path). |
data | Data to write. |
- Returns
- True if success, false otherwise.
Implements QEpromFileBase.
◆ isReadable()
bool isReadable |
( |
const QString & |
filename | ) |
|
|
staticinherited |
Returns if file is readable in this format.
- Parameters
-
filename | Filename (with path). |
- Returns
- True if success, false otherwise.
◆ getFilename()
QString getFilename |
( |
void |
| ) |
const |
|
virtualinherited |
Gets the filename used to read or write the file.
- Returns
- The filename, or empty if file wasn't saved/opened yet.
◆ getType()
Gets the type of the file opened/saved.
- Returns
- Type of the file.
The documentation for this class was generated from the following files: