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

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::avs
 
 alexaClientSDK::avsCommon::avs::capabilitySemantics
 

Macros

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

Functions

static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::ACTION_MAPPINGS_KEY ("actionMappings")
 The "actionMappings" key. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::STATE_MAPPINGS_KEY ("stateMappings")
 The "stateMappings" key. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::EMPTY_JSON ("{}")
 Empty JSON object. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::TAG ("CapabilitySemantics")
 String to identify log entries originating from this file. More...
 

Macro Definition Documentation

◆ LX

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

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

Parameters
eventThe event 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