|
IODA Bundle
|
#include <cstddef>#include <cstdint>#include <map>#include <string>#include <vector>#include "eckit/memory/NonCopyable.h"#include "eckit/io/Buffer.h"Go to the source code of this file.
Classes | |
| class | odc::core::Header |
Namespaces | |
| eckit | |
| odc | |
| odc::core | |
Typedefs | |
| using | odc::core::Properties = std::map< std::string, std::string > |
| using | odc::core::Flags = std::vector< double > |
Variables | |
| const int32_t | odc::core::BYTE_ORDER_INDICATOR = 1 |
| const uint16_t | odc::core::ODA_MAGIC_NUMBER = 0xffff |
| const int32_t | odc::core::FORMAT_VERSION_NUMBER_MAJOR = 0 |
| const int32_t | odc::core::FORMAT_VERSION_NUMBER_MINOR = 5 |