USB EPROM/Flash Programmer
Functions
opcodes.cpp File Reference

Implementation of the Opcodes for communication. More...

#include <cmath>
#include "backend/opcodes.hpp"
Include dependency graph for opcodes.cpp:

Functions

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

Detailed Description

Implementation of the Opcodes for communication.

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

Function Documentation

◆ operator==()

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