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

Method QueueAddLog

src/libcec/CECClient.cpp:1639–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639void CCECClient::QueueAddLog(const cec_log_message_cpp& message)
1640{
1641 m_callbackCalls.Push(new CCallbackWrap(message));
1642}
1643
1644void CCECClient::QueueAlert(const libcec_alert type, const libcec_parameter& param)
1645{

Callers

nothing calls this directly

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected