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

Namespaces

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

Macros

#define LX(event)   logger::LogEntry(TAG, event)
 

Functions

static bool alexaClientSDK::acsdkInputController::checkInputs (const InputControllerCapabilityAgent::InputFriendlyNameConfigurations &inputConfigurations)
 
static std::shared_ptr< CapabilityConfiguration > alexaClientSDK::acsdkInputController::getInputControllerCapabilityConfiguration (const InputControllerCapabilityAgent::InputFriendlyNameConfigurations &inputConfigurations)
 

Variables

static const std::string alexaClientSDK::acsdkInputController::TAG {"InputController"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::acsdkInputController::NAMESPACE = "Alexa.InputController"
 The namespace for this capability agent. More...
 
static const NamespaceAndName alexaClientSDK::acsdkInputController::SELECT_INPUT {NAMESPACE, "SelectInput"}
 The SelectInput directive signature. More...
 
static const std::string alexaClientSDK::acsdkInputController::ALEXA_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_CAPABILITY_INTERFACE_NAME = "Alexa.InputController"
 Interface name. More...
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_CAPABILITY_INTERFACE_VERSION = "3.0"
 Interface version. More...
 
static const std::string alexaClientSDK::acsdkInputController::CAPABILITY_CONFIGURATION_KEY {"configurations"}
 The configuration key. More...
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_INPUT_KEY = "input"
 Payload input key. More...
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_CONFIGURATION_KEY = "inputs"
 Payload inputs key. More...
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_CONFIGURATION_NAME_KEY = "name"
 Payload name key. More...
 
static const std::string alexaClientSDK::acsdkInputController::INPUT_CONTROLLER_CONFIGURATION_FRIENDLY_NAMES_KEY = "friendlyNames"
 Payload friendlyNames key. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    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