libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
dods-datatypes-static.h
Go to the documentation of this file.
1/*
2 This header is used when the compile-time definitions won't work.
3*/
4
5#ifndef __DODS_DATATYPES__
6#define __DODS_DATATYPES__
7
8#include <inttypes.h>
9
10namespace libdap {
11
12typedef int32_t dods_int32;
13
14typedef uint32_t dods_uint32;
15
16typedef int16_t dods_int16;
17
18typedef uint16_t dods_uint16;
19
20typedef uint8_t dods_byte;
21
22typedef double dods_float64;
23
24typedef float dods_float32;
25
26// Added for DAP4
27typedef int8_t dods_int8;
28
29typedef int64_t dods_int64;
30
31typedef uint64_t dods_uint64;
32
33typedef int64_t dods_enum;
34
35} // namespace libdap
36
37#endif /* __DODS_DATATYPES__ */
top level DAP object to house generic methods
Definition AISConnect.cc:30
uint64_t dods_uint64
uint32_t dods_uint32
uint16_t dods_uint16