![]() |
das2C
das core C utilities (v3)
|
Encoding/Decoding arrays to and from buffers. More...
#include <stdint.h>#include <das3/value.h>#include <das3/array.h>#include <das3/buffer.h>#include <das3/encoding.h>

Go to the source code of this file.
Data Structures | |
| struct | DasCodec |
| Reading and writing array data to buffers. More... | |
Functions | |
| DAS_API int | DasCodec_encode (DasCodec *pThis, DasBuf *pBuf, int nDim, ptrdiff_t *pLoc, int nExpect, uint32_t uFlags) |
| Write values from an array into a buffer, does not change the array. | |
Encoding/Decoding arrays to and from buffers.