![]() |
Diffusion C API 6.11.5
|
Structure supplied when issuing a diffusion_time_series_edit
request.
More...
#include <time-series.h>
Data Fields | |
on_edit_cb | on_edit |
Callback when a time series edit operation is successful. | |
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. | |
BUF_T * | value |
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. | |
Structure supplied when issuing a diffusion_time_series_edit
request.
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.