MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / GetWakeDevices

Method GetWakeDevices

src/libcec/devices/CECDeviceMap.cpp:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void CCECDeviceMap::GetWakeDevices(const libcec_configuration &configuration, CECDEVICEVEC &devices) const
211{
212 for (CECDEVICEMAP::const_iterator it = m_busDevices.begin(); it != m_busDevices.end(); it++)
213 {
214 if (configuration.wakeDevices[(uint8_t)it->first])
215 devices.push_back(it->second);
216 }
217}
218
219CCECBusDevice *CCECDeviceMap::GetActiveSource(void) const
220{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected