USB EPROM/Flash Programmer
Functions
runner.cpp File Reference

Implementation of the Runner Class. More...

#include <QDateTime>
#include <QApplication>
#include <QLoggingCategory>
#include <chrono>
#include <thread>
#include <cstring>
#include "backend/runner.hpp"
#include "devices/device.hpp"
#include "config.hpp"
Include dependency graph for runner.cpp:

Functions

bool operator== (const TRunnerCommand &a, const TRunnerCommand &b)
 

Detailed Description

Implementation of the Runner Class.

Author
Robson Martins (https://www.robsonmartins.com)

Function Documentation

◆ operator==()

bool operator== ( const TRunnerCommand a,
const TRunnerCommand b 
)
Parameters
aOne object.
bAnother object.
Returns
True if the objects contain equal values, false otherwise.