#include <rpc/types.h>
#include <netinet/in.h>
#include <rpc/xdr.h>
Include dependency graph for dods-datatypes-config.h:
Go to the source code of this file.
Defines | |
#define | DBYTE uint8_t |
#define | DFLOAT32 float |
#define | DFLOAT64 double |
#define | DINT16 int16_t |
#define | DINT32 int32_t |
#define | DUINT16 uint16_t |
#define | DUINT32 uint32_t |
#define | XDR_FLOAT32 xdr_float |
#define | XDR_FLOAT64 xdr_double |
#define | XDR_INT16 xdr_int16_t |
#define | XDR_INT32 xdr_int32_t |
#define | XDR_UINT16 xdr_uint16_t |
#define | XDR_UINT32 xdr_uint32_t |
Typedefs | |
typedef DBYTE | dods_byte |
typedef DFLOAT32 | dods_float32 |
typedef DFLOAT64 | dods_float64 |
typedef DINT16 | dods_int16 |
typedef DINT32 | dods_int32 |
typedef DUINT16 | dods_uint16 |
typedef DUINT32 | dods_uint32 |
|
Definition at line 56 of file dods-datatypes-config.h. |
|
Definition at line 62 of file dods-datatypes-config.h. |
|
Definition at line 59 of file dods-datatypes-config.h. |
|
Definition at line 47 of file dods-datatypes-config.h. |
|
Definition at line 38 of file dods-datatypes-config.h. |
|
Definition at line 50 of file dods-datatypes-config.h. |
|
Definition at line 41 of file dods-datatypes-config.h. |
|
Definition at line 66 of file dods-datatypes-config.h. |
|
Definition at line 65 of file dods-datatypes-config.h. |
|
Definition at line 53 of file dods-datatypes-config.h. |
|
Definition at line 44 of file dods-datatypes-config.h. |
|
Definition at line 54 of file dods-datatypes-config.h. |
|
Definition at line 45 of file dods-datatypes-config.h. |
|
Definition at line 57 of file dods-datatypes-config.h. Referenced by Byte::buf2val(), libdap::extract_double_value(), Vector::set_value(), PassiveArray::set_value(), Byte::val2buf(), Vector::value(), and Byte::value(). |
|
Definition at line 63 of file dods-datatypes-config.h. Referenced by Float32::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), Float32::val2buf(), and Vector::value(). |
|
Definition at line 60 of file dods-datatypes-config.h. Referenced by Float64::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), Float64::val2buf(), and Vector::value(). |
|
Definition at line 48 of file dods-datatypes-config.h. Referenced by Int16::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), Int16::val2buf(), and Vector::value(). |
|
Definition at line 39 of file dods-datatypes-config.h. Referenced by Int32::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), Int32::val2buf(), and Vector::value(). |
|
Definition at line 51 of file dods-datatypes-config.h. Referenced by UInt16::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), UInt16::val2buf(), and Vector::value(). |
|
Definition at line 42 of file dods-datatypes-config.h. Referenced by UInt32::buf2val(), libdap::extract_double_value(), Byte::ops(), Vector::set_value(), PassiveArray::set_value(), UInt32::val2buf(), and Vector::value(). |