MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / SubmitEventMsg

Method SubmitEventMsg

cpp/src/Driver.cpp:7550–7554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7548}
7549
7550void Driver::SubmitEventMsg(EventMsg *event) {
7551 LockGuard LG(m_eventMutex);
7552 m_eventQueueMsg.push_back(event);
7553 m_queueMsgEvent->Set();
7554}
7555
7556
7557void Driver::ProcessEventMsg

Callers 2

FinishDownloadMethod · 0.80
processResultMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected