#ifndef _MY_PROG_H #define _MY_PROG_H #define PROCESSINGTYPEIN TYPE_FLOAT /** Change according your needs*/ #define PROCESSINGTYPEOUT TYPE_BIT8 /** Change according your needs*/ void init_my_prog(); int my_prog(void *pdatain, void *pdataout,\ int processingtypeIN, int processingtypeOUT, int inputlength, ControlMODULENAME_h myctrl); #endif