![]() |
USB EPROM/Flash Programmer
|
Communication Runner Class. More...
#include <runner.hpp>
Public Types | |
typedef std::vector< uint8_t > | TByteArray |
Type of byte array. More... | |
Public Member Functions | |
Runner () | |
Constructor. More... | |
void | init () |
Starts the runner. More... | |
void | loop () |
Main loop method. More... | |
Communication Runner Class.
The purpose of this class is to handle the communication (via USB-CDC) and run commands.
typedef std::vector<uint8_t> TByteArray |
Type of byte array.
Runner | ( | ) |
Constructor.
void init | ( | ) |
Starts the runner.
void loop | ( | ) |
Main loop method.
This method must be called periodically in a loop, so that the Runner works properly.