|
Agrarsense
|
#include <WeatherParameterMetaFloat.h>
Public Attributes | |
| float | DefaultActual = 50 |
| float | MinUI = 0 |
| float | MaxUI = 100 |
| float | MinActual = 0 |
| float | MaxActual = 100 |
Definition at line 11 of file WeatherParameterMetaFloat.h.
| float FWeatherParameterMetaFloat::DefaultActual = 50 |
Default actual value, not the one shown in the UI
Definition at line 18 of file WeatherParameterMetaFloat.h.
| float FWeatherParameterMetaFloat::MaxActual = 100 |
Max actual value
Definition at line 34 of file WeatherParameterMetaFloat.h.
| float FWeatherParameterMetaFloat::MaxUI = 100 |
Max value possible in the UI
Definition at line 26 of file WeatherParameterMetaFloat.h.
| float FWeatherParameterMetaFloat::MinActual = 0 |
Min actual value
Definition at line 30 of file WeatherParameterMetaFloat.h.
| float FWeatherParameterMetaFloat::MinUI = 0 |
Min value shown in UI
Definition at line 22 of file WeatherParameterMetaFloat.h.