USB EPROM/Flash Programmer
Public Types | Public Member Functions | List of all members
Runner Class Reference

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...
 

Detailed Description

Communication Runner Class.

The purpose of this class is to handle the communication (via USB-CDC) and run commands.

Member Typedef Documentation

◆ TByteArray

typedef std::vector<uint8_t> TByteArray

Type of byte array.

Constructor & Destructor Documentation

◆ Runner()

Runner ( )

Constructor.

Member Function Documentation

◆ init()

void init ( )

Starts the runner.

◆ loop()

void loop ( )

Main loop method.

This method must be called periodically in a loop, so that the Runner works properly.


The documentation for this class was generated from the following files: