USB EPROM/Flash Programmer
Functions
bus.cpp File Reference

Implementation of the Bus Classes. More...

#include "modules/bus.hpp"
#include "config.hpp"
Include dependency graph for bus.cpp:

Functions

bool operator== (const CtrlBusConfig &a, const CtrlBusConfig &b)
 
bool operator== (const DataBusConfig &a, const DataBusConfig &b)
 
bool operator== (const AddrBusConfig &a, const AddrBusConfig &b)
 

Detailed Description

Implementation of the Bus Classes.

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

Function Documentation

◆ operator==() [1/3]

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

◆ operator==() [2/3]

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

◆ operator==() [3/3]

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