summaryrefslogtreecommitdiffstats
path: root/src/data_types.hpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-02-19 13:09:10 -0600
committerMatt Spinler <spinler@us.ibm.com>2018-02-23 13:51:02 -0600
commitc458deea83b4356f07194691e301037d8e831d46 (patch)
treea01904097309523a576612c33cdc2c3a17a69095 /src/data_types.hpp
parent8bbf9d2cc5a502fa0df0e70bd4232208a1ab6c01 (diff)
downloadphosphor-dbus-monitor-c458deea83b4356f07194691e301037d8e831d46.tar.gz
phosphor-dbus-monitor-c458deea83b4356f07194691e301037d8e831d46.zip
Add oneshot support to count conditions
When a count condition is a oneshot, it will only trigger the callback the first time the condition is true. The condition needs to evaluate to false at least once to rearm the callback. A use case for this would be when a group of properties is being watched for a subset of them hit a certain value. Even though every properties changed signal for every property in the group would check the condition, only the first time the condition is true would the callback be issued. This behavior is specified with a 'oneshot: true' entry in the YAML. If not present, it defaults to false which is the original behavior. Tested: Verify this does indeed do what is advertised by modifying condition rules to consistently pass and checking behavior. Change-Id: Ie185621e86c605234bf329a5f38317267dbb6fb6 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'src/data_types.hpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud