J
jyy758
Unregistered / Unconfirmed
GUEST, unregistred user!
#if !defined(__FC_NWP_H__)
#define __FC_NWP_H__ 1
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef struct _NWP_In { /* input data declarations */
float f_____;
/* ???? (1 transforms) */
float f_U001;
/* ???? (1 transforms) */
float f_U002;
/* ???? (1 transforms) */
float f_IN_4;
/* IN_4 (1 transforms) */
float f_IN_5;
/* IN_5 (1 transforms) */
float f_IN_6;
/* IN_6 (1 transforms) */
} NWP_In;
typedef struct _NWP_Out { /* output data declarations */
float f_OUT_1;
/* OUT_1 (1 transforms) */
} NWP_Out;
/* See the comments above each individual routine in the
C file for descriptions of the arguments */
#if defined(__STDC__) || defined(PROTOTYPE)
extern int nNWP(
NWP_In *, /* input structure */
NWP_Out *, /* output structure */
float *);
/* network outputs */
extern int nNWPDimGet(
int);
/* Which dimension to get */
#else
extern int nNWP();
extern int nNWPDimGet();
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif
#define __FC_NWP_H__ 1
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef struct _NWP_In { /* input data declarations */
float f_____;
/* ???? (1 transforms) */
float f_U001;
/* ???? (1 transforms) */
float f_U002;
/* ???? (1 transforms) */
float f_IN_4;
/* IN_4 (1 transforms) */
float f_IN_5;
/* IN_5 (1 transforms) */
float f_IN_6;
/* IN_6 (1 transforms) */
} NWP_In;
typedef struct _NWP_Out { /* output data declarations */
float f_OUT_1;
/* OUT_1 (1 transforms) */
} NWP_Out;
/* See the comments above each individual routine in the
C file for descriptions of the arguments */
#if defined(__STDC__) || defined(PROTOTYPE)
extern int nNWP(
NWP_In *, /* input structure */
NWP_Out *, /* output structure */
float *);
/* network outputs */
extern int nNWPDimGet(
int);
/* Which dimension to get */
#else
extern int nNWP();
extern int nNWPDimGet();
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif