$search
#include <ThymioFlasher.h>

Signals | |
| void | flashProgress (int percentage) |
Public Member Functions | |
| QtBootloaderInterface (Dashel::Stream *stream, int dest) | |
Protected Member Functions | |
| virtual void | errorWritePageNonFatal (unsigned pageNumber) |
| Warn about an error but do not quit. | |
| virtual void | writeHexGotDescription (unsigned pagesCount) |
| virtual void | writePageStart (unsigned pageNumber, const uint8 *data, bool simple) |
Protected Attributes | |
| unsigned | pagesCount |
| unsigned | pagesDoneCount |
Definition at line 23 of file ThymioFlasher.h.
| Aseba::QtBootloaderInterface::QtBootloaderInterface | ( | Dashel::Stream * | stream, | |
| int | dest | |||
| ) |
Definition at line 30 of file ThymioFlasher.cpp.
| void Aseba::QtBootloaderInterface::errorWritePageNonFatal | ( | unsigned | pageNumber | ) | [protected, virtual] |
Warn about an error but do not quit.
Reimplemented from Aseba::BootloaderInterface.
Definition at line 48 of file ThymioFlasher.cpp.
| void Aseba::QtBootloaderInterface::flashProgress | ( | int | percentage | ) | [signal] |
| void Aseba::QtBootloaderInterface::writeHexGotDescription | ( | unsigned | pagesCount | ) | [protected, virtual] |
Reimplemented from Aseba::BootloaderInterface.
Definition at line 36 of file ThymioFlasher.cpp.
| void Aseba::QtBootloaderInterface::writePageStart | ( | unsigned | pageNumber, | |
| const uint8 * | data, | |||
| bool | simple | |||
| ) | [protected, virtual] |
Reimplemented from Aseba::BootloaderInterface.
Definition at line 42 of file ThymioFlasher.cpp.
unsigned Aseba::QtBootloaderInterface::pagesCount [protected] |
Reimplemented from Aseba::BootloaderInterface.
Definition at line 36 of file ThymioFlasher.h.
unsigned Aseba::QtBootloaderInterface::pagesDoneCount [protected] |
Definition at line 37 of file ThymioFlasher.h.