3#include <iolink/DataType.h>
4#include <iolink/IOLinkAPI.h>
Handle conversion of data buffers described by an IOLink DataType.
Definition: DataConverter.h:13
static void endianReverse(DataType srcType, const void *src, void *dst, size_t count)
This converter is used to revert endianness of a set of samples.
static void convert(DataType srcType, const void *src, DataType dstType, void *dst, size_t count)
Convert each element of the source buffer into another data type and writes it into the destination b...
Stores information about a data type.
Definition: DataType.h:162
All IOLink symbols are enclosed in this namespace.
Definition: ArrayX.h:8