#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "desc.h"
#include "bufr.h"
#include "bitio.h"
#include "rlenc.h"
Go to the source code of this file.
Defines | |
| #define | BUFR_OUT_BIN 0 |
| Output to binary format for flag tables. | |
Functions | |
| int | bufr_data_from_file (char *file, bufr_t *msg) |
| read data and descriptors from ASCII file and code them into sections 3 and 4 | |
| int | bufr_data_to_file (char *file, char *imgfile, bufr_t *msg) |
| Decode data and descriptor sections of a BUFR message and write them to an ASCII file. | |
Definition in file bufr_io.c.
1.5.4