MCPcopy Create free account
hub / github.com/Atarity/Lightpack / ~LedDeviceManager

Method ~LedDeviceManager

Software/src/LedDeviceManager.cpp:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60LedDeviceManager::~LedDeviceManager()
61{
62 m_ledDeviceThread->deleteLater();
63 for (int i = 0; i < m_ledDevices.size(); i++) {
64 if(m_ledDevices[i])
65 m_ledDevices[i]->close();
66 }
67
68 if (m_cmdTimeoutTimer)
69 delete m_cmdTimeoutTimer;
70}
71
72void LedDeviceManager::init()
73{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected