Hello colleagues,
I'm using an array of pointers to a structure: static const RVU_DEVICES * rvu_devices[] = { { ... }, { ... },};
I go through the array periodically, element by element, from start to end and checking and updating the device status. I..
↧