TIOVX User Guide
|
Struct containing config parameters of given static resource. Allows for a log to be kept of the resources used throughout runtime. More...
#include <tivx.h>
Data Fields | |
uint32_t | max_value |
uint32_t | cur_used_value |
uint32_t | max_used_value |
uint32_t | min_required_value |
char | name [TIVX_RESOURCE_NAME_MAX] |
Struct containing config parameters of given static resource. Allows for a log to be kept of the resources used throughout runtime.
uint32_t tivx_resource_stats_t::max_value |
uint32_t tivx_resource_stats_t::cur_used_value |
uint32_t tivx_resource_stats_t::max_used_value |
uint32_t tivx_resource_stats_t::min_required_value |
char tivx_resource_stats_t::name[TIVX_RESOURCE_NAME_MAX] |