MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setInstanceIndex

Method setInstanceIndex

sources/led-drivers/LedDevice.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

createLedDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected