AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
SpeakerManagerMiscStorage.cpp File Reference
#include <AVSCommon/SDKInterfaces/ChannelVolumeFactoryInterface.h>
#include <AVSCommon/Utils/JSON/JSONGenerator.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "SpeakerManager/SpeakerManager.h"
#include "SpeakerManager/SpeakerManagerMiscStorage.h"
#include "SpeakerManager/SpeakerManagerStorageState.h"
Include dependency graph for SpeakerManagerMiscStorage.cpp:

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::capabilityAgents::speakerManager::TAG ("SpeakerManagerMiscStorage")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::capabilityAgents::speakerManager::COMPONENT_NAME = "SpeakerManager"
 Component name for Misc DB. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::COMPONENT_STATE_TABLE = "SpeakerManagerConfig"
 Misc DB table for component state. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::COMPONENT_STATE_KEY = "SpeakerManagerConfig"
 Misc DB table entry for component state. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::SPEAKER_CHANNEL_STATE = "speakerChannelState"
 The key in our config for speaker volume. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::ALERTS_CHANNEL_STATE = "alertsChannelState"
 The key in our config for speaker volume. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::ALERTS_VOLUME_KEY = "alertsVolume"
 The key in our config for alerts volume. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::CHANNEL_VOLUME_KEY = "channelVolume"
 The key in our config for speaker volume. More...
 
static const std::string alexaClientSDK::capabilityAgents::speakerManager::CHANNEL_MUTE_STATUS_KEY = "channelMuteStatus"
 The key in our config for speaker volume. More...
 

Macro Definition Documentation

◆ LX

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

Create a LogEntry using the 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