| 142 | } |
| 143 | |
| 144 | void LedDevice::setInstanceIndex(int instanceIndex) |
| 145 | { |
| 146 | _instanceIndex = instanceIndex; |
| 147 | _log = Logger::getInstance(QString("LEDDEVICE%1_%2").arg(_instanceIndex).arg(_activeDeviceType.toUpper())); |
| 148 | } |
| 149 | |
| 150 | int LedDevice::open() |
| 151 | { |