libdballe 5.10
Data Structures
aof_codec.h File Reference

AOF message codec. More...

#include <dballe/msg/codec.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

class  dballe::msg::AOFImporter

Detailed Description

AOF message codec.

It provides various AOF encoding and decoding functions, and implements dba_file reading and writing of AOF files.

AOF records can be read, written and interpreted into a dba_msg. Encoding from a dba_msg is not yet implemented. A "makeaof" tool exists, not part of DB-All.e, that can convert BUFR messages into AOF.

Endianness of the written records can be controlled by the environment variable DBA_AOF_ENDIANNESS:

If the environment variable is not set, the default is to write using the host endianness.