Diffusion C API  6.1.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
svc-update-value.h File Reference

Functions for providing updates to topics. More...

Data Structures

struct  update_value_params_s
 
struct  svc_update_source_set_request_s
 
struct  svc_update_source_delta_request_s
 

Functions

void update_value (SESSION_T *session, const UPDATE_VALUE_PARAMS_T params)
 Update topic content. More...
 
void update_value_with_datatype (SESSION_T *session, DIFFUSION_DATATYPE datatype, UPDATE_VALUE_PARAMS_T params)
 Update topic content. More...
 

Detailed Description

Functions for providing updates to topics.

Registration is controlled with register_update_source() and deregister_update_source(), but the update_value() function provided here is capable of transparently receiving and sending more efficient binary deltas of change between updates.