Transformer SDK For C  6.2.11.309924
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...
 

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 Sat Aug 26 2017 12:36:32 for Transformer SDK For C