![]() |
das2C
das core C utilities (v3)
|
Defines storage and access methods for values in a das stream. More...


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