Transformer SDK For C  7.1.8.29710-170e587
pipeline.h File Reference

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

Detailed Description

Pipeline API Definitions

Macro Definition Documentation

#define NATIVE_FUNC (   funcname,
  paramname 
)    pipeline_return_type_t (funcname)(void *(paramname))

Some magic to get the correct prototype for the selected embedded language


Generated on Tue May 12 2020 16:10:21 for Transformer SDK For C