struct te_rgt_mi_meas_value
Overview
Value of a measured parameter or statistic obtained from JSON. More…
#include <mi_msg.h> struct te_rgt_mi_meas_value { // fields bool defined; bool specified; double value; const char* multiplier; const char* base_units; };
Detailed Documentation
Value of a measured parameter or statistic obtained from JSON.
Fields
bool defined
If true, the value is defined
bool specified
If true, the numeric value was specified
double value
Value of “value” field
const char* multiplier
Value of “multiplier” field
const char* base_units
Value of “base_units” field