TIOVX User Guide
|
Scalar object descriptor as placed in shared memory. More...
#include <tivx_obj_desc.h>
Data Fields | |
tivx_obj_desc_t | base |
base object descriptor | |
volatile uint32_t | data_type |
The value contained in the reference for a scalar type. | |
volatile uint32_t | rsv |
Reserved field to make below union on 64b aligned boundary. | |
volatile vx_char | chr |
A character. | |
volatile vx_int8 | s08 |
Signed 8 bit. | |
volatile vx_uint8 | u08 |
Unsigned 8 bit. | |
volatile vx_int16 | s16 |
Signed 16 bit. | |
volatile vx_uint16 | u16 |
Unsigned 16 bit. | |
volatile vx_int32 | s32 |
Signed 32 bit. | |
volatile vx_uint32 | u32 |
Unsigned 32 bit. | |
volatile vx_int64 | s64 |
Signed 64 bit. | |
volatile vx_uint64 | u64 |
Unsigned 64 bit. | |
volatile vx_float32 | f32 |
32 bit float | |
volatile vx_float64 | f64 |
64 bit float | |
volatile vx_df_image | fcc |
32 bit image format code | |
volatile vx_enum | enm |
Signed 32 bit. | |
volatile vx_size | size |
Architecture depth unsigned value. | |
volatile vx_bool | boolean |
Boolean Values. | |
Scalar object descriptor as placed in shared memory.
Definition at line 802 of file tivx_obj_desc.h.