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

#include <InitializationParameters.h>

Public Attributes

std::shared_ptr< std::vector< std::shared_ptr< std::istream > > > jsonStreams
 
std::shared_ptr< sdkInterfaces::PowerResourceManagerInterfacepowerResourceManager
 The PowerResourceManagerInterface. This will be used for power management. More...
 
std::shared_ptr< sdkInterfaces::timing::TimerDelegateFactoryInterfacetimerDelegateFactory
 

Detailed Description

A struct to contain the various parameters that are needed to initialize AlexaClientSDKInit.

Member Data Documentation

◆ jsonStreams

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.

◆ powerResourceManager

std::shared_ptr<sdkInterfaces::PowerResourceManagerInterface> alexaClientSDK::avsCommon::avs::initialization::InitializationParameters::powerResourceManager

The PowerResourceManagerInterface. This will be used for power management.

◆ timerDelegateFactory

std::shared_ptr<sdkInterfaces::timing::TimerDelegateFactoryInterface> alexaClientSDK::avsCommon::avs::initialization::InitializationParameters::timerDelegateFactory

The TimerDelegateFactoryInterface. This will be used to inject custom implementations of TimerDelegateInterface.


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