|
libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <inttypes.h>
Go to the source code of this file.
Namespaces | |
| namespace | libdap |
| top level DAP object to house generic methods | |
Typedefs | |
| typedef uint8_t | libdap::dods_byte |
| typedef int64_t | libdap::dods_enum |
| typedef float | libdap::dods_float32 |
| typedef double | libdap::dods_float64 |
| typedef int16_t | libdap::dods_int16 |
| typedef int32_t | libdap::dods_int32 |
| typedef int64_t | libdap::dods_int64 |
| typedef int8_t | libdap::dods_int8 |
| typedef uint16_t | libdap::dods_uint16 |
| typedef uint32_t | libdap::dods_uint32 |
| typedef uint64_t | libdap::dods_uint64 |