#include <dballe/core/file.h>
#include <dballe/msg/msgs.h>
Go to the source code of this file.
Functions | |
dba_err | dba_file_read_msgs (dba_file file, dba_msgs *msgs, int *found) |
Read and parse a message from the file. | |
dba_err | dba_file_write_msgs (dba_file file, dba_msgs msgs, int cat, int subcat) |
Write a message to the file. |
Write a message to the file.
file | dba_file to write to | |
msgs | The dba_msgs to encode and write. | |
cat | The BUFR of CREX message category to use for encoding (0 for auto detect) | |
subcat | The BUFR of CREX message subcategory to use for encoding (0 for auto detect) |