Data types module implementation file. More...
#include "data_types.h"
Go to the source code of this file.
Data types module implementation file.
Definition in file data_types.c.
string_t content_type_values[CONTENT_TYPE_VALUES_END] |
Definition at line 94 of file data_types.c.
Referenced by _exchange_initialize_http_request_headers(), _exchange_store_data_get_content_info(), http_processor_get_access_token(), http_processor_register(), http_request_add_header(), http_request_add_tuple(), and http_request_start_tuple_sub_section().
string_t meta_field_names[META_FIELD_NAMES_END] |
Definition at line 16 of file data_types.c.
Referenced by _add_item_meta_details(), _add_item_meta_payload(), _add_item_meta_payload_details(), and json_from_item_meta().
string_t meta_field_values[META_FIELD_VALUES_END] |
Definition at line 36 of file data_types.c.
Referenced by _add_item_meta_payload_details(), _initialize_custom_data_meta_fields(), _initialize_meta(), file_initialize(), and mcl_store_new_event().
string_t payload_field_names[PAYLOAD_FIELD_NAMES_END] |
Definition at line 47 of file data_types.c.
Referenced by _add_data_source_configuration_data_points(), _add_data_source_configuration_data_sources(), _add_event(), _add_time_series_payload_values_array(), _add_time_series_payload_values_objects(), _add_time_series_value_set(), and json_from_data_source_configuration_payload().
string_t payload_field_values[PAYLOAD_FIELD_VALUES_END] |
Definition at line 84 of file data_types.c.