register_func

int register_func(char* pName, void* pFunction, uint staticArg)

Description: registers a function pointer in a way so it can be called by name. Once a function is registred it can be executed from EventShell (UART), Canon Basic or by calling it via ExecuteEventProcedure function.

Parameters: