AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Typedefs | Functions | Variables
FocusManagementComponent.cpp File Reference
#include <acsdkManufactory/ComponentAccumulator.h>
#include "AFML/AudioActivityTracker.h"
#include "AFML/FocusManagementComponent.h"
#include "AFML/FocusManager.h"
#include "AFML/VisualActivityTracker.h"
Include dependency graph for FocusManagementComponent.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::afml
 

Macros

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

Typedefs

using alexaClientSDK::afml::AudioFocusAnnotation = avsCommon::sdkInterfaces::AudioFocusAnnotation
 
using alexaClientSDK::afml::VisualFocusAnnotation = avsCommon::sdkInterfaces::VisualFocusAnnotation
 

Functions

static const std::string alexaClientSDK::afml::TAG ("FocusManagementComponent")
 String to identify log entries originating from this file. More...
 
acsdkManufactory::Annotated< AudioFocusAnnotation, avsCommon::sdkInterfaces::FocusManagerInterface > alexaClientSDK::afml::createAudioFocusManager (acsdkManufactory::Annotated< AudioFocusAnnotation, ActivityTrackerInterface > annotatedActivityTracker, std::shared_ptr< interruptModel::InterruptModel > interruptModel)
 
acsdkManufactory::Annotated< VisualFocusAnnotation, avsCommon::sdkInterfaces::FocusManagerInterface > alexaClientSDK::afml::createVisualFocusManager (acsdkManufactory::Annotated< VisualFocusAnnotation, ActivityTrackerInterface > annotatedActivityTracker, std::shared_ptr< interruptModel::InterruptModel > interruptModel)
 
FocusManagementComponent alexaClientSDK::afml::getComponent ()
 

Variables

static const std::string alexaClientSDK::afml::AUDIO_CHANNEL_CONFIG_KEY = "audioChannels"
 Key for audio channel array configurations in configuration node. More...
 
static const std::string alexaClientSDK::afml::VISUAL_CHANNEL_CONFIG_KEY = "visualChannels"
 Key for visual channel array configurations in configuration node. 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