struct xpum_group_info_t

Overview

Struct for group info. More…

#include <xpum_structs.h>

struct xpum_group_info_t
{
    // fields

    int count;
    char groupName[XPUM_MAX_STR_LENGTH];
    xpum_device_id_t deviceList[XPUM_MAX_NUM_DEVICES];
};

Detailed Documentation

Struct for group info.

Fields

int count

The count of devices in this group.

char groupName[XPUM_MAX_STR_LENGTH]

The name of this group.

xpum_device_id_t deviceList[XPUM_MAX_NUM_DEVICES]

The array of device id belongs to this group.