![]() |
![]() |
Structure with producer config. More...
#include <producer.h>
Data Fields | |
char | name [128] |
tf_contract_HANDLE | contract_handle |
uint8_t | oob_info [128] |
tf_producerTypes_e | prodType |
uint32_t | moduleId |
void(* | xchg_cb_fxn )(tf_producer_HANDLE phandle) |
Structure with producer config.
contract handle to be associated with this producer ring
uint32_t prodConfig::moduleId |
producer unique moduleId from system
char prodConfig::name[128] |
name of the contract involving the producer
uint8_t prodConfig::oob_info[128] |
Out of Band information from the System
producer type to be created
void(* prodConfig::xchg_cb_fxn)(tf_producer_HANDLE phandle) |
object handle buffer exchange call back function for application to trigger the notifications to the registered consumers by calling tf_prodNotifyConsumers() function (supported only for DSP side producers)