|
Transformer SDK For C
8.0.9.562131-6357b6d3
|
![]() |
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... | |
| struct | pipeline_module_const_t |
| List of library constants to be registered. More... | |
| struct | pipeline_module_func_t |
| List of library functions to be registered. 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