source: issm/trunk-jpl/src/mex/AddExternalResult/AddExternalResult.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: 719 bytes
RevLine 
[4553]1/*
2 AddExternalResult.h
3*/
4
5#ifndef _ADDEXTERNALRESULT_H
6#define _ADDEXTERNALRESULT_H
7
8/* local prototypes: */
9void AddExternalResultUsage(void);
10
[11933]11#include "../../c/include/globals.h"
[4553]12#include "../../c/modules/modules.h"
13#include "../../c/Container/Container.h"
14#include "../../c/shared/shared.h"
15#include "../../c/EnumDefinitions/EnumDefinitions.h"
16
17#undef __FUNCT__
18#define __FUNCT__ "AddExternalResult"
19
20/* serial input macros: */
21#define RESULTS (mxArray*)prhs[0]
22#define TYPE (mxArray*)prhs[1]
23#define VALUE (mxArray*)prhs[2]
24
25/* serial output macros: */
26#define RESULTSOUT (mxArray**)&plhs[0]
27
28/* serial arg counts: */
29#undef NLHS
30#define NLHS 1
31#undef NRHS
32#define NRHS 3
33
34#endif /* _ADDEXTERNALRESULT_H */
Note: See TracBrowser for help on using the repository browser.