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

Method QueueNotification

cpp/src/Driver.cpp:6210–6217  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Add a notification to the queue to be sent at a later, safe time. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

6208// Add a notification to the queue to be sent at a later, safe time.
6209//-----------------------------------------------------------------------------
6210void Driver::QueueNotification
6211(
6212 Notification* _notification
6213)
6214{
6215 m_notifications.push_back( _notification );
6216 m_notificationsEvent->Set();
6217}
6218
6219//-----------------------------------------------------------------------------
6220// <Driver::NotifyWatchers>

Callers 15

OnGroupChangedMethod · 0.80
SetDriverReadyMethod · 0.80
AdvanceQueriesMethod · 0.80
ReadXMLMethod · 0.80
UpdateProtocolInfoMethod · 0.80
SetProtocolInfoMethod · 0.80
SetNodeAliveMethod · 0.80
SetNodeNameMethod · 0.80
SetLocationMethod · 0.80
checkConfigFilesMethod · 0.80
updateConfigFileMethod · 0.80
updateMFSConfigFileMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by 4

checkConfigFilesMethod · 0.64
updateConfigFileMethod · 0.64
updateMFSConfigFileMethod · 0.64
HandleMsgMethod · 0.64