Transformer SDK For C
8.0.2.290852-a608fcd3
|
List of library functions to be registered. More...
Data Fields | |
int(* | func )(void *state) |
const char * | js_name |
const char * | lua_name |
List of library functions to be registered.
The list must be terminated with a NULL entry.
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