#include <TecellaAmp.h>
Data Fields | |
wchar_t | label [TECELLA_SYSTEM_MONITOR_RESULT_LABEL_SIZE] |
wchar_t | units [TECELLA_SYSTEM_MONITOR_UNITS_LABEL_SIZE] |
int | board_index |
int | board_result_index |
double | value |
double | value_expected |
double | value_expected_min |
double | value_expected_max |
Indicates which board of the system this result is for.
Indicates the result index for the specified board. Not all that usefull, but you never know.
wchar_t tecella_system_monitor_result::label[TECELLA_SYSTEM_MONITOR_RESULT_LABEL_SIZE] |
Label that should be used for this result in a GUI.
wchar_t tecella_system_monitor_result::units[TECELLA_SYSTEM_MONITOR_UNITS_LABEL_SIZE] |
Units used for value and value_expected.
The measured value.
The expected value.
The minimum expected value. Any value greater than this should be flagged.
The minimum expected value. Any value less than this should be flagged.