![]() |
![]() |
Functions | |
Ptr | tf_cuiaProducerBufExchange (void *prod_handle, uint8_t *full) |
Ptr | tf_cuiaProdPrime (void) |
void | tf_cuiaProdRuntimePrime (Ptr newBuf, uint32_t len) |
Ptr tf_cuiaProdPrime | ( | void | ) |
============================================================================
tf_cuiaProdPrime
brief
buffer prime function for the cuia producer This function initializes the CUIA module/buffers. Called during XDC startup...well before main()
=============================================================================
void tf_cuiaProdRuntimePrime | ( | Ptr | newBuf, |
uint32_t | len | ||
) |
============================================================================
tf_cuiaProdRuntimePrime
brief
buffer prime function for the cuia producer This function initializes the CUIA module/buffers. Called during the producer create after main()
[in] | newBuf | new log buffer |
[in] | len | new log buffer length |
=============================================================================
Ptr tf_cuiaProducerBufExchange | ( | void * | prod_handle, |
uint8_t * | full | ||
) |
============================================================================
tf_cuiaProducerBufExchange
brief
buffer exchange function for the cuia producer
[in] | prod_handle | producer handle |
[in] | full | filled log buffer |
=============================================================================