AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
SystemCapabilityProvider.cpp File Reference
#include <string>
#include <unordered_set>
#include <AVSCommon/AVS/CapabilityConfiguration.h>
#include <AVSCommon/Utils/JSON/JSONGenerator.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "System/SystemCapabilityProvider.h"
Include dependency graph for SystemCapabilityProvider.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilityAgents
 
 alexaClientSDK::capabilityAgents::system
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static std::shared_ptr< avsCommon::avs::CapabilityConfiguration > alexaClientSDK::capabilityAgents::system::getSystemCapabilityConfiguration (const std::shared_ptr< avsCommon::sdkInterfaces::LocaleAssetsManagerInterface > &localeAssetsManager)
 

Variables

static const std::string alexaClientSDK::capabilityAgents::system::TAG {"SystemCapabilityProvider"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::SYSTEM_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::capabilityAgents::system::SYSTEM_CAPABILITY_INTERFACE_NAME = "System"
 System interface name. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::SYSTEM_CAPABILITY_INTERFACE_VERSION = "2.1"
 System interface version. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::LOCALES_CONFIGURATION_KEY = "locales"
 LOCALES_CONFIGURATION_KEY. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::LOCALE_COMBINATION_CONFIGURATION_KEY = "localeCombinations"
 Locale Combinations Key. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

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