MCPcopy Create free account
hub / github.com/Atarity/Lightpack / close

Method close

Software/src/LedDeviceAdalight.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void LedDeviceAdalight::close()
59{
60 if (m_AdalightDevice != NULL) {
61 m_AdalightDevice->close();
62
63 delete m_AdalightDevice;
64 m_AdalightDevice = NULL;
65 }
66}
67
68void LedDeviceAdalight::setColors(const QList<QRgb> & colors)
69{

Callers 3

openMethod · 0.45
~LedDeviceManagerMethod · 0.45
clientProcessCommandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected