![]() |
libdas2
das2 core C utilities
|
Defines storage and access methods for values in a Das2 Stream. More...
Defines storage and access methods for values in a Das2 Stream.
Go to the source code of this file.
Data Structures | |
| class | DasEncoding |
| Reading and writing values on das2 streams. More... | |
Macros | |
| #define | DAS2DT_FLOAT 0x0401 |
| 4-byte real number, in host byte order | |
Functions | |
| double | getDas2Fill (void) |
| An inconvenient way to get canonical fill value, -1e31. | |
| int | isDas2Fill (double value) |
| An inconvenient way to check for the canonical fill value, -1e31. | |
| DasEncoding * | DasEnc_copy (DasEncoding *pThis) |
| Deepcopy a DasEncoding pointer. | |
| bool | DasEnc_equals (const DasEncoding *pOne, const DasEncoding *pTwo) |
| Check for equality between two encodings. More... | |
| bool DasEnc_equals | ( | const DasEncoding * | pOne, |
| const DasEncoding * | pTwo | ||
| ) |
Check for equality between two encodings.
| pOne | The first encoding |
| pTwo | The second encoding |
1.8.5