Transformer SDK For C  7.1.9.29929-d422075
pipeline_module_func_t Struct Reference

List of library functions to be registered. More...

Data Fields

int(* func )(void *state)
 
const char * js_name
 
const char * lua_name
 

Detailed Description

List of library functions to be registered.

The list must be terminated with a NULL entry.

See pipeline_register_library.

Field Documentation

int(* pipeline_module_func_t::func) (void *state)

C function to call when the pipeline invokes the function

const char* pipeline_module_func_t::js_name

Name for the function in a JavaScript pipeline

const char* pipeline_module_func_t::lua_name

Name for the function in a Lua pipeline


The documentation for this struct was generated from the following file:

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C