source: issm/trunk-jpl/src/mex/AddExternalResult/AddExternalResult.h@ 10937

Last change on this file since 10937 was 4553, checked in by seroussi, 15 years ago

mex module for AddExternalResults

File size: 682 bytes
Line 
1/*
2 AddExternalResult.h
3*/
4
5#ifndef _ADDEXTERNALRESULT_H
6#define _ADDEXTERNALRESULT_H
7
8/* local prototypes: */
9void AddExternalResultUsage(void);
10
11#include "../../c/modules/modules.h"
12#include "../../c/Container/Container.h"
13#include "../../c/shared/shared.h"
14#include "../../c/EnumDefinitions/EnumDefinitions.h"
15
16#undef __FUNCT__
17#define __FUNCT__ "AddExternalResult"
18
19/* serial input macros: */
20#define RESULTS (mxArray*)prhs[0]
21#define TYPE (mxArray*)prhs[1]
22#define VALUE (mxArray*)prhs[2]
23
24/* serial output macros: */
25#define RESULTSOUT (mxArray**)&plhs[0]
26
27/* serial arg counts: */
28#undef NLHS
29#define NLHS 1
30#undef NRHS
31#define NRHS 3
32
33#endif /* _ADDEXTERNALRESULT_H */
Note: See TracBrowser for help on using the repository browser.