USB EPROM/Flash Programmer
Functions
dc2dc.cpp File Reference

Implementation of the DC To DC Converter Class. More...

#include "circuits/dc2dc.hpp"
Include dependency graph for dc2dc.cpp:

Functions

bool operator== (const Dc2DcConfig &a, const Dc2DcConfig &b)
 
bool operator!= (const Dc2DcConfig &a, const Dc2DcConfig &b)
 

Detailed Description

Implementation of the DC To DC Converter Class.

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

Function Documentation

◆ operator==()

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

◆ operator!=()

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