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;
    size_t values_num;
    double* values;
    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

size_t values_num

Length of “values” array”

double* values

Values of “values” array

const char* multiplier

Value of “multiplier” field

const char* base_units

Value of “base_units” field