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

Namespaces

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

Macros

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

Functions

static std::shared_ptr< avsCommon::avs::CapabilityConfiguration > alexaClientSDK::capabilityAgents::apiGateway::getApiGatewayConfigurations ()
 

Variables

static const std::string alexaClientSDK::capabilityAgents::apiGateway::TAG {"ApiGateway"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::capabilityAgents::apiGateway::NAMESPACE = "Alexa.ApiGateway"
 The namespace for this CA. More...
 
static const NamespaceAndName alexaClientSDK::capabilityAgents::apiGateway::SET_GATEWAY_DIRECTIVE {NAMESPACE, "SetGateway"}
 The SetGateway directive signature. More...
 
static const std::string alexaClientSDK::capabilityAgents::apiGateway::PAYLOAD_KEY_GATEWAY = "gateway"
 Gateway payload key. More...
 
static const std::string alexaClientSDK::capabilityAgents::apiGateway::APIGAETWAY_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::capabilityAgents::apiGateway::APIGAETWAY_CAPABILITY_INTERFACE_NAME = "Alexa.ApiGateway"
 AlexaInterface interface name. More...
 
static const std::string alexaClientSDK::capabilityAgents::apiGateway::APIGAETWAY_CAPABILITY_INTERFACE_VERSION = "1.0"
 AlexaInterface interface version. 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