![]() |
PS_Fgen_FW
4da88f4073c1cc65ea45c3a652a2751e495e50db
Firmware for an Power Supply and Function Generator build from an ATX power supply
|
Class used to bundle min, max, default and the current values for parameters. More...
#include <Parameter.h>
Public Member Functions | |
| Parameter () | |
| Empty constructor of the Parameter. | |
| Parameter (T val, T min, T max, T def, T step) | |
| Constructor of the Parameter. | |
Class used to bundle min, max, default and the current values for parameters.
| T | Type of the parameter |
|
inline |
Constructor of the Parameter.
| val | Current value of the parameter |
| min | Minimum value of the parameter |
| max | Maximum value of the parameter |
| def | Default value of the parameter |
| step | Step value of the parameter |