Go to the source code of this file.
Define Documentation
#define IGTL_NDARRAY_HEADER_SIZE 2 |
#define IGTL_NDARRAY_HOST_TO_NETWORK 0 |
#define IGTL_NDARRAY_NETWORK_TO_HOST 1 |
#define IGTL_NDARRAY_STYPE_TYPE_COMPLEX 13 |
#define IGTL_NDARRAY_STYPE_TYPE_FLOAT32 10 |
#define IGTL_NDARRAY_STYPE_TYPE_FLOAT64 11 |
#define IGTL_NDARRAY_STYPE_TYPE_INT16 4 |
#define IGTL_NDARRAY_STYPE_TYPE_INT32 6 |
#define IGTL_NDARRAY_STYPE_TYPE_INT8 2 |
#define IGTL_NDARRAY_STYPE_TYPE_UINT16 5 |
#define IGTL_NDARRAY_STYPE_TYPE_UINT32 7 |
#define IGTL_NDARRAY_STYPE_TYPE_UINT8 3 |
Function Documentation
int igtl_export igtl_ndarray_alloc_info |
( |
igtl_ndarray_info * |
info, |
|
|
const igtl_uint16 * |
size |
|
) |
| |
igtl_uint64 igtl_export igtl_ndarray_get_crc |
( |
igtl_ndarray_info * |
info, |
|
|
int |
type, |
|
|
void * |
byte_array |
|
) |
| |
int igtl_export igtl_ndarray_pack |
( |
igtl_ndarray_info * |
info, |
|
|
void * |
byte_array, |
|
|
int |
type |
|
) |
| |
int igtl_export igtl_ndarray_unpack |
( |
int |
type, |
|
|
void * |
byte_array, |
|
|
igtl_ndarray_info * |
info, |
|
|
igtl_uint64 |
pack_size |
|
) |
| |