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

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

New FetchData and WriteData interface

File size: 619 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
16/* serial input macros: */
17#define NAME (mxArray*)prhs[0]
18
19/* serial output macros: */
20#define ENUMOUT (mxArray**)&plhs[0]
21
22/* serial arg counts: */
23#undef NLHS
24#define NLHS 1
25#undef NRHS
26#define NRHS 1
27
28#undef __FUNCT__
29#define __FUNCT__ "StringToEnum"
30
31#endif /* _TEST_H */
Note: See TracBrowser for help on using the repository browser.