data_source_t Struct Reference

#include <mcl_connectivity/src/data_source.h>

Collaboration diagram for data_source_t:
Collaboration graph

Data Fields

char * name
 Name of the data source. More...
 
char * description
 Description of the data source. More...
 
mcl_list_tdata_points
 List of data points in the data source. More...
 
mcl_json_tcustom_data
 Custom parameters for data source. More...
 

Detailed Description

Handle for data source.

Definition at line 18 of file data_source.h.

Field Documentation

mcl_json_t* data_source_t::custom_data

Custom parameters for data source.

Definition at line 23 of file data_source.h.

Referenced by _item_payload_size_for_data_source(), and _json_from_data_source().

mcl_list_t* data_source_t::data_points

List of data points in the data source.

Definition at line 22 of file data_source.h.

Referenced by _item_payload_size_for_data_source(), _json_from_data_source(), and data_source_validate().

char* data_source_t::description

Description of the data source.

Definition at line 21 of file data_source.h.

Referenced by _item_payload_size_for_data_source(), and _json_from_data_source().

char* data_source_t::name

Name of the data source.

Definition at line 20 of file data_source.h.

Referenced by _item_payload_size_for_data_source(), _json_from_data_source(), and data_source_validate().


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