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

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

Data Fields

on_edit_cb on_edit
 Callback when a time series edit operation is successful. More...
 
const char * topic_path
 The path of the time series topic to update.
 
long original_sequence
 The sequence number of the original event to edit.
 
DIFFUSION_DATATYPE datatype
 The type of the supplied value. More...
 
BUF_Tvalue
 The event value.
 
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_edit request.

Field Documentation

DIFFUSION_DATATYPE diffusion_time_series_edit_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_edit_cb diffusion_time_series_edit_params_s::on_edit

Callback when a time series edit operation is successful.


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