Implementation of the Voltage Generator Classes.
More...
#include <cstring>
#include "modules/vgenerator.hpp"
#include "config.hpp"
#include "hal/flash.hpp"
Implementation of the Voltage Generator Classes.
- Author
- Robson Martins (https://www.robsonmartins.com)
◆ operator==() [1/3]
- Parameters
-
a | One object. |
b | Another object. |
- Returns
- True if the objects contain equal values, false otherwise.
◆ operator==() [2/3]
- Parameters
-
a | One object. |
b | Another object. |
- Returns
- True if the objects contain equal values, false otherwise.
◆ operator==() [3/3]
- Parameters
-
a | One object. |
b | Another object. |
- Returns
- True if the objects contain equal values, false otherwise.
◆ operator!=()
- Parameters
-
a | One object. |
b | Another object. |
- Returns
- True if the objects contain different values, false otherwise.