NCEPLIBS-bufr
12.2.0
|
Declare variables for internal storage of replication sequences. More...
Go to the source code of this file.
Macros | |
#define | MAX_RPSQ 256 |
Maximum number of entries in internal replication sequences cache. More... | |
Variables | |
int * | cdescs |
Child descriptors for each entry. More... | |
int * | iafpks |
Associated fields in effect for each entry. More... | |
int | nafs [MAX_RPSQ] |
Number of associated fields in effect for each entry. More... | |
int | ncdescs [MAX_RPSQ] |
Number of child descriptors for each entry. More... | |
int | nrpsq |
Number of entries in internal replication sequences cache. More... | |
int | rpidns [MAX_RPSQ] |
WMO bit-wise representation of FXY number for each entry. More... | |
Declare variables for internal storage of replication sequences.
These variables are used within functions strrpsq() and srchrpsq() to maintain an internal cache of replication sequences generated by function stseq().
Definition in file rpseqs.h.
#define MAX_RPSQ 256 |
|
extern |
Child descriptors for each entry.
Referenced by arallocc(), ardllocc(), srchrpsq(), and strrpsq().
|
extern |
Associated fields in effect for each entry.
Referenced by arallocc(), ardllocc(), srchrpsq(), and strrpsq().
|
extern |
Number of associated fields in effect for each entry.
Referenced by srchrpsq(), and strrpsq().
|
extern |
Number of child descriptors for each entry.
Referenced by srchrpsq(), and strrpsq().
|
extern |
Number of entries in internal replication sequences cache.
Referenced by srchrpsq(), strrpsq(), and stseq().
|
extern |
WMO bit-wise representation of FXY number for each entry.
Referenced by srchrpsq(), and strrpsq().