Go to the source code of this file.
#define CNAME "libdap" |
Definition at line 23 of file config.h.
Referenced by libdap::HTTPConnect::HTTPConnect().
#define CVER "3.9.3" |
Definition at line 34 of file config.h.
Referenced by libdap::HTTPConnect::HTTPConnect().
#define XDR_FLOAT32 xdr_float |
Definition at line 385 of file config.h.
Referenced by libdap::XDRUtils::xdr_coder().
#define XDR_FLOAT64 xdr_double |
Definition at line 388 of file config.h.
Referenced by libdap::XDRUtils::xdr_coder().
#define XDR_INT16 xdr_int16_t |
Definition at line 391 of file config.h.
Referenced by libdap::XDRFileUnMarshaller::get_int16(), libdap::XDRStreamMarshaller::put_int16(), libdap::XDRFileMarshaller::put_int16(), and libdap::XDRUtils::xdr_coder().
#define XDR_INT32 xdr_int32_t |
Definition at line 394 of file config.h.
Referenced by libdap::XDRFileUnMarshaller::get_int32(), libdap::XDRStreamMarshaller::put_int32(), libdap::XDRFileMarshaller::put_int32(), and libdap::XDRUtils::xdr_coder().
#define XDR_UINT16 xdr_uint16_t |
Definition at line 397 of file config.h.
Referenced by libdap::XDRFileUnMarshaller::get_uint16(), libdap::XDRStreamMarshaller::put_uint16(), libdap::XDRFileMarshaller::put_uint16(), and libdap::XDRUtils::xdr_coder().
#define XDR_UINT32 xdr_uint32_t |
Definition at line 400 of file config.h.
Referenced by libdap::XDRFileUnMarshaller::get_uint32(), libdap::XDRStreamMarshaller::put_uint32(), libdap::XDRFileMarshaller::put_uint32(), and libdap::XDRUtils::xdr_coder().