| apisamp.c [code] | |
| apisample.c [code] | Sample application for encoding and decoding BUFR using OPERA BUFR software as a library |
| apisample.h [code] | |
| bitio.c [code] | Functions for input and output to/from a bitstream |
| bitio.h [code] | Function definitions for bitstream input and output |
| bufr.c [code] | Main OPERA BUFR library functions |
| bufr.h [code] | Definitions of main OPERA BUFR library functions |
| bufr_io.c [code] | Functions for reading/writing to/from OPERA format ASCII BUFR files |
| bufr_io.h [code] | Includes functions for reading/writing to/from OPERA format ASCII BUFR files |
| bufrlib.h [code] | Includes all functions for the OPERA BUFR software library |
| decbufr.c [code] | Reads a BUFR-file, decodes it and stores decoded data in a text-file |
| desc.c [code] | Functions for reading the descriptor tables |
| desc.h [code] | Data structures needed for holding the supported data-descriptors |
| encbufr.c [code] | Reads source-data from a textfile and codes it into a BUFR-file |
| rlenc.c [code] | Functions for run-length encoding and decoding |
| rlenc.h [code] | Function definitions for run-length encoding and decoding |
| showdesc.c [code] | |