IODA Bundle
|
Go to the source code of this file.
Namespaces | |
bufr2ncCommon | |
Variables | |
int | bufr2ncCommon.MAX_STRING_LEN = 20 |
SUBROUTINES. More... | |
int | bufr2ncCommon.MAX_EVENTS = 20 |
int | bufr2ncCommon.MAX_LEVELS = 255 |
int | bufr2ncCommon.BFILE_UNDEF = 0 |
int | bufr2ncCommon.BFILE_BUFR = 1 |
int | bufr2ncCommon.BFILE_PREPBUFR = 2 |
int | bufr2ncCommon.BTYPE_UNDEF = 0 |
int | bufr2ncCommon.BTYPE_HEADER = 1 |
int | bufr2ncCommon.BTYPE_DATA = 2 |
int | bufr2ncCommon.BTYPE_EVENT = 3 |
int | bufr2ncCommon.BTYPE_REP = 4 |
int | bufr2ncCommon.DTYPE_UNDEF = 0 |
int | bufr2ncCommon.DTYPE_STRING = 1 |
int | bufr2ncCommon.DTYPE_INTEGER = 2 |
int | bufr2ncCommon.DTYPE_FLOAT = 3 |
int | bufr2ncCommon.DTYPE_UINT = 4 |
int | bufr2ncCommon.DTYPE_DOUBLE = 5 |