libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
D4StreamMarshaller.h File Reference
#include <iostream>
#include "crc.h"
#include <stdint.h>
#include "InternalErr.h"
#include "Marshaller.h"
Include dependency graph for D4StreamMarshaller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdap::D4StreamMarshaller
 Marshaller that knows how to marshal/serialize dap data objects to a C++ iostream using DAP4's receiver-makes-right scheme. This code adds checksums to the stream and uses the xdr library to encode real values if the underlying representation is not IEEE 754. It also supports computing the checksum only. More...
 

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Macros

#define USE_XDR_FOR_IEEE754_ENCODING   0
 

Macro Definition Documentation

◆ USE_XDR_FOR_IEEE754_ENCODING

#define USE_XDR_FOR_IEEE754_ENCODING   0

Definition at line 36 of file D4StreamMarshaller.h.