37 std::string deviceName;
42 Device(uint32_t *
id, std::string name, DeviceType t);
47 std::string getName();
51 static void deleteDevices(std::vector<Device *> devices);
55 #endif // END HL_DEVICE_H Wrapper for OS specific device information.
Definition: Device.h:34
Definition: Controller.h:11
Union for the three types of device ID.
Definition: Device.h:24