AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
List of all members
alexaClientSDK::avsCommon::utils::timing::TimerDelegateFactory Class Reference

#include <TimerDelegateFactory.h>

Inheritance diagram for alexaClientSDK::avsCommon::utils::timing::TimerDelegateFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::utils::timing::TimerDelegateFactory:
Collaboration graph
[legend]

Public Member Functions

TimerDelegateFactoryInterface Functions
bool supportsLowPowerMode () override
 
std::unique_ptr< sdkInterfaces::timing::TimerDelegateInterfacegetTimerDelegate () override
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::timing::TimerDelegateFactoryInterface
virtual ~TimerDelegateFactoryInterface ()=default
 Destructor. More...
 

Member Function Documentation

◆ getTimerDelegate()

std::unique_ptr<sdkInterfaces::timing::TimerDelegateInterface> alexaClientSDK::avsCommon::utils::timing::TimerDelegateFactory::getTimerDelegate ( )
overridevirtual

Create an instance of a TimerDelegateInterface. This must be non-null.

Returns
A ptr to a TimerDelegateInterface.

Implements alexaClientSDK::avsCommon::sdkInterfaces::timing::TimerDelegateFactoryInterface.

◆ supportsLowPowerMode()

bool alexaClientSDK::avsCommon::utils::timing::TimerDelegateFactory::supportsLowPowerMode ( )
overridevirtual

Whether or not this TimerDelegateInterface can operate when the system is running in a reduced power mode. Examples of this include an implementation which uses a Real Time Clock.

Returns
A boolean whether this is supported.

Implements alexaClientSDK::avsCommon::sdkInterfaces::timing::TimerDelegateFactoryInterface.


The documentation for this class 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