:orphan: .. index:: pair: struct; te_rgt_mi_meas_value .. _doxid-structte__rgt__mi__meas__value: struct te_rgt_mi_meas_value =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Value of a measured parameter or statistic obtained from JSON. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_rgt_mi_meas_value { // fields bool :ref:`defined`; bool :ref:`specified`; double :ref:`value`; const char* :ref:`multiplier`; const char* :ref:`base_units`; }; .. _details-structte__rgt__mi__meas__value: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Value of a measured parameter or statistic obtained from JSON. Fields ------ .. index:: pair: variable; defined .. _doxid-structte__rgt__mi__meas__value_1a5e96078d05d3f87397e7428becb0eec6: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool defined If ``true``, the value is defined .. index:: pair: variable; specified .. _doxid-structte__rgt__mi__meas__value_1a77e28df6d232876a80fb2c4423d4dd71: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool specified If ``true``, the numeric value was specified .. index:: pair: variable; value .. _doxid-structte__rgt__mi__meas__value_1a8ad4e39f67f25658a09241796dee6163: .. ref-code-block:: cpp :class: doxyrest-title-code-block double value Value of "value" field .. index:: pair: variable; multiplier .. _doxid-structte__rgt__mi__meas__value_1abd6453b0acea0fc60f810ae57ec5790d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* multiplier Value of "multiplier" field .. index:: pair: variable; base_units .. _doxid-structte__rgt__mi__meas__value_1a20b1810006052170208bc843666adb02: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* base_units Value of "base_units" field