mapping_t Struct Reference

#include <mcl_connectivity/src/mapping.h>

Collaboration diagram for mapping_t:
Collaboration graph

Data Fields

char * data_point_id
 Mapping ID. More...
 
char * entity_id
 Entity ID. More...
 
char * property_set_name
 Property set name. More...
 
char * property_name
 Property name. More...
 
mcl_bool_t keep_mapping
 Custom parameters for the mapping. More...
 

Detailed Description

Handle for mapping.

Definition at line 17 of file mapping.h.

Field Documentation

char* mapping_t::data_point_id

Mapping ID.

Definition at line 19 of file mapping.h.

Referenced by _prepare_mapping_json(), and mapping_validate().

char* mapping_t::entity_id

Entity ID.

Definition at line 20 of file mapping.h.

Referenced by _prepare_mapping_json().

mcl_bool_t mapping_t::keep_mapping

Custom parameters for the mapping.

Definition at line 23 of file mapping.h.

Referenced by _prepare_mapping_json().

char* mapping_t::property_name

Property name.

Definition at line 22 of file mapping.h.

Referenced by _prepare_mapping_json(), and mapping_validate().

char* mapping_t::property_set_name

Property set name.

Definition at line 21 of file mapping.h.

Referenced by _prepare_mapping_json(), and mapping_validate().


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