Device manager capability callif.
More...
Device manager capability callif.
Selects events generated by capabilities that are subclasses of stmi::DeviceManagerCapability.
◆ CallIfDeviceManagerCapability()
| stmi::CallIfDeviceManagerCapability::CallIfDeviceManagerCapability |
( |
| ) |
|
|
noexcept |
◆ operator()()
| bool stmi::CallIfDeviceManagerCapability::operator() |
( |
const shared_ptr< const Event > & |
refEvent | ) |
const |
|
inlineoverridevirtualnoexcept |
Function that determines whether an event should be sent to a listener.
- Parameters
-
| refEvent | The event. Cannot be null. |
- Returns
true if the event is to be sent to the listener, false otherwise.
Implements stmi::CallIf.