/*!\file: StringToEnum.h * \brief header file for StringToEnum module. */ #ifndef _STRINGTOENUM_H #define _STRINGTOENUM_H /* local prototypes: */ void StringToEnumUsage(void); #include "../../c/include/globals.h" #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" /* serial input macros: */ #define NAME (mxArray*)prhs[0] /* serial output macros: */ #define ENUMOUT (mxArray**)&plhs[0] /* serial arg counts: */ #undef NLHS #define NLHS 1 #undef NRHS #define NRHS 1 #undef __FUNCT__ #define __FUNCT__ "StringToEnum" #endif /* _TEST_H */