![]() |
Tani OpcPipe protocol
1.0.5
Tani OpcPipe protocol
|
Macros | |
#define | WMK_PROT_HISTORY_AGGREGATE_NONE 0 |
no aggregate calculation, return raw values | |
#define | WMK_PROT_HISTORY_AGGREGATE_MIN 1 |
return minimum value | |
#define | WMK_PROT_HISTORY_AGGREGATE_MAX 2 |
return maximum value | |
#define | WMK_PROT_HISTORY_AGGREGATE_COUNT 3 |
return number of stored values | |
#define | WMK_PROT_HISTORY_AGGREGATE_AVG 4 |
return average value | |
#define | WMK_PROT_HISTORY_AGGREGATE_STDDEV 5 |
return standard derivation | |