21 void openrb(
int nfile,
char *ufile);
22 void openwb(
int nfile,
char *ufile);
23 void openab(
int nfile,
char *ufile);
27 int crdbufr(
int nfile,
int *bufr,
int mxwrd);
28 void cwrbufr(
int nfile,
int *bufr,
int nwrd);
29 int icvidx(
int ii,
int jj,
int numjj);
30 void restd(
int lunb,
int tddesc,
int *nctddesc,
int *ctddesc);
31 void stseq(
int lun,
int *irepct,
int idn,
char *nemo,
char *cseq,
int *cdesc,
int ncdesc);
37 #define MIN_FXY_REPL "101000"
40 #define MIN_FXY_TABLED "300000"
43 #define MAX_FXY_TABLEB "063255"
46 #define NEMO_STR_LEN 8
49 #define UNIT_STR_LEN 24
63 void cadn30_f(
int idn,
char *adn,
int adn_str_len);
106 void numtbd_f(
int lun,
int idn,
char *nemo,
int nemo_str_len,
char *tab,
int *iret);
138 void uptdd_f(
int id,
int lun,
int ient,
int *iret);
196 void stntbi_f(
int n,
int lun,
char *numb,
char *nemo,
char *celsq);
228 void pktdd_f(
int id,
int lun,
int idn,
int *iret);
Enable a number of NCEPLIBS-bufr subprograms to be called from within C and C++ application programs.
int igettdi_f(int iflag)
Get the next usable Table D index for the current master table, or reset the index.
void cadn30_f(int idn, char *adn, int adn_str_len)
Convert an FXY value from its WMO bit-wise representation to its six-character representation.
void elemdx_f(char *card, int lun)
Decode the scale factor, reference value, bit width, and units from a Table B mnemonic definition.
int imrkopr_f(char *nemo)
Check whether a specified mnemonic is a Table C marker operator.
void numtbd_f(int lun, int idn, char *nemo, int nemo_str_len, char *tab, int *iret)
Search for a Table B or Table D descriptor within the internal DX BUFR tables.
void bort_f(char *errstr)
Log one error message and abort application program.
void stseq(int lun, int *irepct, int idn, char *nemo, char *cseq, int *cdesc, int ncdesc)
Store information about a standard Table D descriptor within internal DX BUFR tables.
void stntbi_f(int n, int lun, char *numb, char *nemo, char *celsq)
Store a new entry within the internal BUFR Table B or D.
void closfb(int nfile)
Close a previously opened BUFR file.
int crdbufr(int nfile, int *bufr, int mxwrd)
Read the next message from a BUFR file that was previously opened for reading.
void openab(int nfile, char *ufile)
Open a new file for appending BUFR messages.
void cwrbufr(int nfile, int *bufr, int nwrd)
Write a BUFR message into a file that was previously opened for writing.
void arallocc(void)
Dynamically allocate C language arrays.
int ifxy_f(char *cfxy)
Convert an FXY value from its 6 character representation to its WMO bit-wise representation.
void restd(int lunb, int tddesc, int *nctddesc, int *ctddesc)
Standardize a local Table D descriptor.
void openwb(int nfile, char *ufile)
Open a new file for writing BUFR messages.
void strnum_f(char *str, int *num, int *iret)
Decode an integer from a character string.
void openrb(int nfile, char *ufile)
Open a new file for reading BUFR messages.
int icvidx(int ii, int jj, int numjj)
Computes a unique 1-dimensional array index from 2-dimensional indices.
void ardllocc(void)
Free all memory that was dynamically allocated during a previous call to subroutine arallocc().
void pktdd_f(int id, int lun, int idn, int *iret)
Store information about a child mnemonic within the internal arrays.
int igetntbi_f(int lun, char *table_type)
Get the next index for storing an entry within an internal DX BUFR table.
void backbufr(int nfile)
Backspace a BUFR file by one BUFR message.
void uptdd_f(int id, int lun, int ient, int *iret)
Get the WMO bit-wise representation of the FXY value corresponding to a child mnemonic of a Table D s...
int istdesc_f(int idn)
Check whether a descriptor is WMO-standard.
void cewind(int nfile)
Rewind a BUFR file back to its beginning.