template <class T, class Compare>
class HangingGetHelper
Defined at line 25 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h
Public Methods
void HangingGetHelper<T, Compare, true> (Compare eq)
Defined at line 28 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h
bool Get (fit::function<void (T)> callback)
Sets or updates the saved callback to the provided value. Returns true iff an existing callback
was overwritten.
Defined at line 32 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h
bool Set (T value)
Sets or updates the pending value to the provided value if it differs from a previously sent
value. Returns true iff an existing value was overwritten.
Defined at line 53 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h