NCEPLIBS-bufr  12.0.0
mstabs.h
Go to the documentation of this file.
1 
15 #ifdef IN_ARALLOCC
17  int nmtb_c;
19  int *ibfxyn_c;
21  char (*cbscl_c)[4];
23  char (*cbsref_c)[12];
25  char (*cbbw_c)[4];
27  char (*cbunit_c)[24];
29  char (*cbmnem_c)[8];
31  char (*cbelem_c)[120];
33  int nmtd_c;
35  int *idfxyn_c;
37  char (*cdseq_c)[120];
39  char (*cdmnem_c)[8];
41  int *ndelem_c;
43  int *idefxy_c;
44 #else
46  extern int nmtb_c;
48  extern int *ibfxyn_c;
50  extern char (*cbscl_c)[4];
52  extern char (*cbsref_c)[12];
54  extern char (*cbbw_c)[4];
56  extern char (*cbunit_c)[24];
58  extern char (*cbmnem_c)[8];
60  extern char (*cbelem_c)[120];
62  extern int nmtd_c;
64  extern int *idfxyn_c;
66  extern char (*cdseq_c)[120];
68  extern char (*cdmnem_c)[8];
70  extern int *ndelem_c;
72  extern int *idefxy_c;
73 #endif
char(* cbunit_c)[24]
Master Table B units; copied from Fortran cbunit array.
int * idfxyn_c
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(* cbelem_c)[120]
Master Table B element names; copied from Fortran cbelem array.
int * ndelem_c
Number of child descriptors for master Table D sequence; copied from Fortran ndelem array.
int nmtd_c
Number of master Table D entries; copied from Fortran nmtd variable.
int * idefxy_c
Bit-wise representations of child descriptors for master Table D sequence; copied from Fortran idefxy...
char(* cbbw_c)[4]
Master Table B bit widths; copied from Fortran cbbw array.
char(* cbsref_c)[12]
Master Table B reference value; copied from Fortran cbsref array.
char(* cdseq_c)[120]
Master Table D sequence names; copied from Fortran cdseq array.
int * ibfxyn_c
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.
char(* cbscl_c)[4]
Master Table B scale factors; copied from Fortran cbscl array.
char(* cbmnem_c)[8]
Master Table B mnemonics; copied from Fortran cbmnem array.