data_point_t Struct Reference

This struct is used for building data_source_configuration.data_points structure. More...

#include <src/data_types.h>

Collaboration diagram for data_point_t:
Collaboration graph

Data Fields

string_tid
 Agent-unique identifier of the data point. More...
 
string_tname
 Name of the data point. More...
 
string_tdescription
 Description of the data point. More...
 
string_ttype
 Type of data point. More...
 
string_tunit
 Measurement unit of the data point. More...
 
mcl_json_tcustom_data
 Custom data. More...
 

Detailed Description

This struct is used for building data_source_configuration.data_points structure.

Definition at line 175 of file data_types.h.

Field Documentation

mcl_json_t* data_point_t::custom_data
string_t* data_point_t::description

Description of the data point.

Definition at line 179 of file data_types.h.

Referenced by _add_data_source_configuration_data_points(), and mcl_data_source_configuration_add_data_point().

string_t* data_point_t::id

Agent-unique identifier of the data point.

Definition at line 177 of file data_types.h.

Referenced by _add_data_source_configuration_data_points(), and mcl_data_source_configuration_add_data_point().

string_t* data_point_t::name

Name of the data point.

Definition at line 178 of file data_types.h.

Referenced by _add_data_source_configuration_data_points(), and mcl_data_source_configuration_add_data_point().

string_t* data_point_t::type

Type of data point.

Definition at line 180 of file data_types.h.

Referenced by _add_data_source_configuration_data_points(), and mcl_data_source_configuration_add_data_point().

string_t* data_point_t::unit

Measurement unit of the data point.

Definition at line 181 of file data_types.h.

Referenced by _add_data_source_configuration_data_points(), and mcl_data_source_configuration_add_data_point().


The documentation for this struct was generated from the following file: