86 #ifndef usr_operators_h
87 #define usr_operators_h
97 uint16 dll_export GetOperatorCount();
98 void dll_export GetOperatorName(
char *op_name);
102 uint16 dll_export GetProgramCount();
103 void dll_export GetProgramName(
char *pgm_name);
107 uint16 dll_export GetCallbackCount();
108 void dll_export GetCallbackName(
char *callback_name);
114 void dll_export *GetUserOperatorFunction(
const char* function_name);
117 #include "./Operators/operators.h"
118 #include "./TestProgram/test_program.h"
120 #include "./Callbacks/callbacks.h"