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

Method QueueAlert

src/libcec/CECClient.cpp:1644–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1642}
1643
1644void CCECClient::QueueAlert(const libcec_alert type, const libcec_parameter& param)
1645{
1646 m_callbackCalls.Push(new CCallbackWrap(type, param));
1647}
1648
1649void CCECClient::QueueConfigurationChanged(const libcec_configuration& config)
1650{

Callers

nothing calls this directly

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected