Transformer SDK For C  6.2.10.308615
Publishing Data

Functions

void packet_contrib (ds_data_t *pkt, void *data, int storeflags)
 Contribute an update to the memory core/DataSource. More...
 

Detailed Description

Function Documentation

void packet_contrib ( ds_data_t pkt,
void *  data,
int  storeflags 
)

Contribute an update to the memory core/DataSource.

Parameters
pkt- Update packet to contrib
data- Parameter to ensure that module does not receive the update that it just published
storeflags- Flags to determine how the contribution is handled

If data parameter matches a tf_handle_t that has been returned by the system, then the update will not be delivered to the update function associated with the handle. This can be used to prevent recursive calls.


Generated on Sat Feb 25 2017 10:51:23 for Transformer SDK For C