struct xpum_device_component_ratio_t

Struct to store one component occupancy.

#include <xpum_structs.h>

struct xpum_device_component_ratio_t
{
    // fields

    char occupancyName[XPUM_MAX_STR_LENGTH];
    double value;
};