|
ocssw
1.0
|
00001 #ifndef _AER_STRUC_H 00002 #define _AER_STRUC_H 00003 00004 typedef struct aer_struct { 00005 int32_t length; 00006 int32_t npix; 00007 int32_t mode; 00008 char *data; 00009 int32_t *mod_min; 00010 int32_t *mod_max; 00011 float *mod_rat; 00012 float *taua; 00013 } aestr; 00014 00015 #endif 00016 00017 00018
1.7.6.1