Defines storage and access methods for values in a Das2 Stream. More...
Defines storage and access methods for values in a Das2 Stream.
#include <das2/util.h>
#include <das2/units.h>
#include <das2/buffer.h>
Go to the source code of this file.
Data Structures | |
class | DasEncoding |
Reading and writing values on das2 streams. More... | |
Defines | |
#define | DAS2DT_FLOAT 0x0401 |
4-byte real number, in host byte order | |
Functions | |
double | getDas2Fill (void) |
A Convenient way to get canonical fill value, -1e31. | |
int | isDas2Fill (double value) |
A Convenient way to check for the canonical fill value, -1e31. | |
DasEncoding * | DasEnc_copy (DasEncoding *pThis) |
Deepcopy a DasEncoding pointer. | |
bool | DasEnc_equals (DasEncoding *pOne, DasEncoding *pTwo) |
Check for equality between two encodings. |
bool DasEnc_equals | ( | DasEncoding * | pOne, | |
DasEncoding * | pTwo | |||
) |
Check for equality between two encodings.
pOne | The first encoding | |
pTwo | The second encoding |