|
libdballe
7.7
|
AOF message codec. More...
Go to the source code of this file.
Data Structures | |
| class | dballe::msg::AOFImporter |
Namespaces | |
| dballe | |
| Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it | |
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.
1.8.9.1