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

Structure supplied to a register_state_provider() call. More...

Data Fields

STATE_HANDLERS char * topic_path
 The topic path for which the state provider will honour requests for state. More...
 
char * control_group
 A control group under which to register this provider. More...
 
void * context
 User-supplied context to return to callbacks.
 

Detailed Description

Structure supplied to a register_state_provider() call.

Field Documentation

char* state_params_s::control_group

A control group under which to register this provider.

If NULL, the value "default" is used.

STATE_HANDLERS char* state_params_s::topic_path

The topic path for which the state provider will honour requests for state.


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