das2C
das core C utilities (v3)
Loading...
Searching...
No Matches
Data Structures | Functions
codec.h File Reference

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>
Include dependency graph for codec.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Encoding/Decoding arrays to and from buffers.