source: issm/trunk-jpl/src/modules/EnumToString/EnumToString.h@ 12032

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

Some debugging of compilation

File size: 652 bytes
Line 
1/*!\file: EnumToString.h
2 * \brief header file for EnumToString module.
3 */
4
5#ifndef _ENUMTOSTRING_H
6#define _ENUMTOSTRING_H
7
8/* local prototypes: */
9void EnumToStringUsage(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 ENUMIN (mxArray*)prhs[0]
19
20/* serial output macros: */
21#define NAME (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__ "EnumToString"
31
32#endif /* _TEST_H */
Note: See TracBrowser for help on using the repository browser.