AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::rangeController::RangeControllerObserverInterface::RangeState Struct Reference

#include <RangeControllerObserverInterface.h>

Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::rangeController::RangeControllerObserverInterface::RangeState:
Collaboration graph
[legend]

Public Attributes

double value
 A double to represent the range value of instance. More...
 
avsCommon::utils::timing::TimePoint timeOfSample
 The time at which the range value was recorded. More...
 
std::chrono::milliseconds valueUncertainty
 The number of milliseconds that have elapsed since the range value was last confrimed. More...
 

Detailed Description

Struct represents the range state of the endpoint.

Member Data Documentation

◆ timeOfSample

avsCommon::utils::timing::TimePoint alexaClientSDK::avsCommon::sdkInterfaces::rangeController::RangeControllerObserverInterface::RangeState::timeOfSample

The time at which the range value was recorded.

◆ value

double alexaClientSDK::avsCommon::sdkInterfaces::rangeController::RangeControllerObserverInterface::RangeState::value

A double to represent the range value of instance.

◆ valueUncertainty

std::chrono::milliseconds alexaClientSDK::avsCommon::sdkInterfaces::rangeController::RangeControllerObserverInterface::RangeState::valueUncertainty

The number of milliseconds that have elapsed since the range value was last confrimed.


The documentation for this struct was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0