NCEPLIBS-bufr  12.1.0
mstabs.h
Go to the documentation of this file.
1 
60 #ifdef IN_ARALLOCC
61  int nmtb_c;
62  int *ibfxyn_c;
63  char (*cbscl_c)[4];
64  char (*cbsref_c)[12];
65  char (*cbbw_c)[4];
66  char (*cbunit_c)[24];
67  char (*cbmnem_c)[8];
68  char (*cbelem_c)[120];
69  int nmtd_c;
70  int *idfxyn_c;
71  char (*cdseq_c)[120];
72  char (*cdmnem_c)[8];
73  int *ndelem_c;
74  int *idefxy_c;
75  int *iafpk;
76 #else
77  extern int nmtb_c;
78  extern int *ibfxyn_c;
79  extern char (*cbscl_c)[4];
80  extern char (*cbsref_c)[12];
81  extern char (*cbbw_c)[4];
82  extern char (*cbunit_c)[24];
83  extern char (*cbmnem_c)[8];
84  extern char (*cbelem_c)[120];
85  extern int nmtd_c;
86  extern int *idfxyn_c;
87  extern char (*cdseq_c)[120];
88  extern char (*cdmnem_c)[8];
89  extern int *ndelem_c;
90  extern int *idefxy_c;
91  extern int *iafpk;
92 #endif
int * idefxy_c
WMO bit-wise representations of child descriptors for master Table D sequences; copied from Fortran i...
char(* cbsref_c)[12]
Master Table B reference values; copied from Fortran cbsref array.
char(* cbelem_c)[120]
Master Table B element names; copied from Fortran cbelem array.
int * idfxyn_c
WMO bit-wise representations of master Table D FXY numbers; copied from Fortran idfxyn array.
char(* cdmnem_c)[8]
Master Table D mnemonics; copied from Fortran cdmnem array.
char(* cdseq_c)[120]
Master Table D sequence names; copied from Fortran cdseq array.
char(* cbscl_c)[4]
Master Table B scale factors; copied from Fortran cbscl array.
char(* cbunit_c)[24]
Master Table B units; copied from Fortran cbunit array.
char(* cbmnem_c)[8]
Master Table B mnemonics; copied from Fortran cbmnem array.
char(* cbbw_c)[4]
Master Table B bit widths; copied from Fortran cbbw array.
int nmtd_c
Number of master Table D entries; copied from Fortran nmtd variable.
int * iafpk
WMO bit-wise representations of associated fields within master Table D sequences.
int * ibfxyn_c
WMO bit-wise representations of master Table B FXY numbers; copied from Fortran ibfxyn array.
int nmtb_c
Number of master Table B entries; copied from Fortran nmtb variable.
int * ndelem_c
Number of child descriptors for master Table D sequences; copied from Fortran ndelem array.