![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SystemClockMonitor.h>
Public Member Functions | |
SystemClockMonitorInterface methods. | |
void | onSystemClockSynchronized () override |
![]() | |
virtual | ~SystemClockMonitorInterface ()=default |
Static Public Member Functions | |
static std::shared_ptr< acsdkSystemClockMonitorInterfaces::SystemClockMonitorInterface > | createSystemClockMonitorInterface (const std::shared_ptr< acsdkSystemClockMonitorInterfaces::SystemClockNotifierInterface > ¬ifier) |
Implementation of SystemClockMonitorInterface.
When onSystemClockSynchronized()
is called, observers that have added themselves via SystemClockNotifierInterface will have their onSystemClockSynchronized()
method called.
|
static |
Create a new instance of SystemClockMonitorInterface.
notifier | The notifier to use to invoke SystemClockMonitorObserverInterface::onSystemClockSynchronized(). |
|
overridevirtual |
Notify observers when the system clock is synchronized.
Implements alexaClientSDK::acsdkSystemClockMonitorInterfaces::SystemClockMonitorInterface.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0