Transformer SDK For C
6.2.11.309924
|
Go to the source code of this file.
Data Structures | |
struct | _pipeline |
Pipeline execution functions. More... | |
struct | pipeline_eventnames_t |
Names of the event handlers within the pipeline. More... | |
struct | pipeline_interface_t |
Interface returned to other modules which require integration with the pipeline. More... | |
Macros | |
#define | NATIVE_FUNC(funcname, paramname) pipeline_return_type_t (funcname)(void *(paramname)) |
Enumerations |
Pipeline API Definitions
#define NATIVE_FUNC | ( | funcname, | |
paramname | |||
) | pipeline_return_type_t (funcname)(void *(paramname)) |
Some magic to get the correct prototype for the selected embedded language