|
Caffa
1.1.0
C++ Application Framework for Embedded Systems with introspection
|
#include <cafSignal.h>

Public Member Functions | |
| std::list< AbstractSignal * > | observedSignals () const |
| void | addObservedSignal (AbstractSignal *signalToAdd) const |
| void | removeObservedSignal (AbstractSignal *signalToRemove) const noexcept |
SignalObserver. Should be inherited by any object that observes and reacts to signals.