libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
|
#include <XDRUtils.h>
Static Public Member Functions | |
static xdrproc_t | xdr_coder (const Type &t) |
Returns a function used to encode elements of an array. | |
Definition at line 57 of file XDRUtils.h.
|
static |
Returns a function used to encode elements of an array.
The xdr_coder
function (also "filter primitive") is used to encode and decode each element in a multiple element data structure. These functions are used to convert data to and from its local representation to the XDR representation, which is used to transmit and receive the data. See man xdr
for more information about the available XDR filter primitives.
Definition at line 137 of file XDRUtils.cc.