![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <InitializationParameters.h>
Public Attributes | |
std::shared_ptr< std::vector< std::shared_ptr< std::istream > > > | jsonStreams |
std::shared_ptr< sdkInterfaces::PowerResourceManagerInterface > | powerResourceManager |
The PowerResourceManagerInterface . This will be used for power management. More... | |
std::shared_ptr< sdkInterfaces::timing::TimerDelegateFactoryInterface > | timerDelegateFactory |
A struct to contain the various parameters that are needed to initialize AlexaClientSDKInit
.
std::shared_ptr<std::vector<std::shared_ptr<std::istream> > > alexaClientSDK::avsCommon::avs::initialization::InitializationParameters::jsonStreams |
Vector of istreams
containing JSON documents from which to parse configuration parameters. Streams are processed in the order they appear in the vector. When a value appears in more than one JSON stream the last processed stream's value overwrites the previous value (and a debug log entry will be created). This allows for specifying default settings (by providing them first) and specifying the configuration from multiple sources (e.g. a separate stream for each component). Documentation of the JSON configuration format and methods to access the resulting global configuration can be found here: avsCommon::utils::configuration::ConfigurationNode.
std::shared_ptr<sdkInterfaces::PowerResourceManagerInterface> alexaClientSDK::avsCommon::avs::initialization::InitializationParameters::powerResourceManager |
The PowerResourceManagerInterface
. This will be used for power management.
std::shared_ptr<sdkInterfaces::timing::TimerDelegateFactoryInterface> alexaClientSDK::avsCommon::avs::initialization::InitializationParameters::timerDelegateFactory |
The TimerDelegateFactoryInterface
. This will be used to inject custom implementations of TimerDelegateInterface
.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0