data_source_t Struct Reference

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

#include <src/data_types.h>

Collaboration diagram for data_source_t:
Collaboration graph

Data Fields

string_tname
 Name of the data source. More...
 
string_tdescription
 Description of the data source. More...
 
list_tdata_points
 List of data points definitions. More...
 
mcl_json_tcustom_data
 Custom data. More...
 

Detailed Description

This struct is used for building data_source_configuration.data_source structure.

Definition at line 188 of file data_types.h.

Field Documentation

mcl_json_t* data_source_t::custom_data

Custom data.

Definition at line 195 of file data_types.h.

Referenced by _add_data_source_configuration_data_sources().

list_t* data_source_t::data_points

List of data points definitions.

Definition at line 194 of file data_types.h.

Referenced by _add_data_source_configuration_data_sources().

string_t* data_source_t::description

Description of the data source.

Definition at line 191 of file data_types.h.

Referenced by _add_data_source_configuration_data_sources().

string_t* data_source_t::name

Name of the data source.

Definition at line 190 of file data_types.h.

Referenced by _add_data_source_configuration_data_sources().


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