16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_RANGECONTROLLER_RANGECONTROLLEROBSERVERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_RANGECONTROLLER_RANGECONTROLLEROBSERVERINTERFACE_H_ 24 namespace sdkInterfaces {
25 namespace rangeController {
66 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_RANGECONTROLLER_RANGECONTROLLEROBSERVERINTERFACE_H_ std::chrono::milliseconds valueUncertainty
The number of milliseconds that have elapsed since the range value was last confrimed.
Definition: RangeControllerObserverInterface.h:49
virtual void onRangeChanged(const RangeState &rangeState, AlexaStateChangeCauseType cause)=0
AlexaStateChangeCauseType
Definition: AlexaStateChangeCauseType.h:28
Definition: TimePoint.h:31
avsCommon::utils::timing::TimePoint timeOfSample
The time at which the range value was recorded.
Definition: RangeControllerObserverInterface.h:46
Definition: RangeControllerObserverInterface.h:41
virtual ~RangeControllerObserverInterface()=default
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
double value
A double to represent the range value of instance.
Definition: RangeControllerObserverInterface.h:43
Definition: RangeControllerObserverInterface.h:31