source: issm/trunk-jpl/src/mex/StringToEnum/StringToEnum.h@ 12013

Last change on this file since 12013 was 12013, checked in by Eric.Larour, 13 years ago

Some debugging of compilation

File size: 653 bytes
Line 
1/*!\file: StringToEnum.h
2 * \brief header file for StringToEnum module.
3 */
4
5#ifndef _STRINGTOENUM_H
6#define _STRINGTOENUM_H
7
8/* local prototypes: */
9void StringToEnumUsage(void);
10
11#include "../../c/include/globals.h"
12#include "../../c/modules/modules.h"
13#include "../../c/Container/Container.h"
14#include "../../c/shared/shared.h"
15#include "../../c/issm-binding.h"
16
17/* serial input macros: */
18#define NAME (mxArray*)prhs[0]
19
20/* serial output macros: */
21#define ENUMOUT (mxArray**)&plhs[0]
22
23/* serial arg counts: */
24#undef NLHS
25#define NLHS 1
26#undef NRHS
27#define NRHS 1
28
29#undef __FUNCT__
30#define __FUNCT__ "StringToEnum"
31
32#endif /* _TEST_H */
Note: See TracBrowser for help on using the repository browser.