libdap
Updated for version 3.21.0
libdap4 is an implementation of OPeNDAP's DAP protocol.
dods-datatypes-static.h
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
10
namespace
libdap
{
11
12
typedef
int32_t dods_int32;
13
14
typedef
uint32_t dods_uint32;
15
16
typedef
int16_t dods_int16;
17
18
typedef
uint16_t dods_uint16;
19
20
typedef
uint8_t dods_byte;
21
22
typedef
double
dods_float64;
23
24
typedef
float
dods_float32;
25
26
// Added for DAP4
27
typedef
int8_t dods_int8;
28
29
typedef
int64_t dods_int64;
30
31
typedef
uint64_t dods_uint64;
32
33
typedef
int64_t dods_enum;
34
35
}
// namespace libdap
36
37
#endif
/* __DODS_DATATYPES__ */
libdap
top level DAP object to house generic methods
Definition
AISConnect.cc:30
dods-datatypes-static.h
Generated by
1.13.2