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