TIOVX User Guide
tivx_shm_obj_count_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ value

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.

◆ max_value

uint32_t tivx_shm_obj_count_t::max_value

Highest resource count during current runtime

Definition at line 129 of file tivx_platform.h.

◆ name

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.

◆ object_type

vx_enum tivx_shm_obj_count_t::object_type

Current resource's enumeration

Definition at line 133 of file tivx_platform.h.

◆ is_configured

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.


The documentation for this struct was generated from the following file: