Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
diffusion_time_series_timestamp_append_params_s Struct Reference

Structure supplied when issuing a diffusion_time_series_timestamp_append request. More...

Data Fields

on_append_cb on_append
 Callback when a time series append operation is successful. More...
 
const char * topic_path
 The path of the time series topic to update.
 
DIFFUSION_DATATYPE datatype
 The type of the supplied value. More...
 
BUF_Tvalue
 The event value.
 
long timestamp
 The user supplied timestamp.
 
ERROR_HANDLER_T on_error
 Callback to handle errors. Can be NULL.
 
DISCARD_HANDLER_T on_discard
 Callback to handle discards. Can be NULL.
 
void * context
 User supplied context. Can be NULL.
 

Detailed Description

Structure supplied when issuing a diffusion_time_series_timestamp_append request.

Field Documentation

DIFFUSION_DATATYPE diffusion_time_series_timestamp_append_params_s::datatype

The type of the supplied value.

This must match the value type of the datatype configured as the time series topic's TIME_SERIES_EVENT_VALUE_TYPE property.

on_append_cb diffusion_time_series_timestamp_append_params_s::on_append

Callback when a time series append operation is successful.


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