#include <iostream>
#include "crc.h"
#include <stdint.h>
#include "InternalErr.h"
#include "Marshaller.h"
Go to the source code of this file.
|
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...
|
|
|
namespace | libdap |
| top level DAP object to house generic methods
|
|
◆ USE_XDR_FOR_IEEE754_ENCODING
#define USE_XDR_FOR_IEEE754_ENCODING 0 |