![]() |
TIOVX User Guide
|
Struct containing object descriptor allocation counts. Allows for a log to be kept of the object descriptors used throughout runtime. More...
#include <tivx_platform.h>
Data Fields | |
uint32_t | value |
uint32_t | max_value |
char | name [TIVX_RESOURCE_NAME_MAX] |
vx_enum | object_type |
vx_bool | is_configured |
Struct containing object descriptor allocation counts. Allows for a log to be kept of the object descriptors used throughout runtime.
Definition at line 125 of file tivx_platform.h.
uint32_t tivx_shm_obj_count_t::value |
Count of times the resource is currently allocated
Definition at line 127 of file tivx_platform.h.
uint32_t tivx_shm_obj_count_t::max_value |
Highest resource count during current runtime
Definition at line 129 of file tivx_platform.h.
char tivx_shm_obj_count_t::name[TIVX_RESOURCE_NAME_MAX] |
Name of the object descriptor
Definition at line 131 of file tivx_platform.h.
vx_enum tivx_shm_obj_count_t::object_type |
Current resource's enumeration
Definition at line 133 of file tivx_platform.h.
vx_bool tivx_shm_obj_count_t::is_configured |
Flag to indicate a resource's max exists in tivx_config.h
Definition at line 135 of file tivx_platform.h.