![]() |
TIOVX User Guide
|
threshold object descriptor as placed in shared memory More...
#include <tivx_obj_desc.h>
Data Fields | |
| tivx_obj_desc_t | base |
| base object descriptor | |
| volatile vx_enum | type |
| type of threshold | |
| volatile int32_t | value |
| threshold value | |
| volatile int32_t | upper |
| upper limit | |
| volatile int32_t | lower |
| lower limit | |
| volatile int32_t | true_value |
| threshold true value | |
| volatile int32_t | false_value |
| threshold false value | |
| volatile vx_enum | data_type |
| data type of the threshold | |
threshold object descriptor as placed in shared memory
Definition at line 661 of file tivx_obj_desc.h.