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

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::avsCommon::avs::TAG ("AVSContext")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::avsCommon::avs::PROPERTIES_KEY_STRING = "properties"
 Key used to identify the context properties. More...
 
static const std::string alexaClientSDK::avsCommon::avs::INSTANCE_KEY_STRING = "instance"
 Key used to identify an instance. More...
 
static const std::string alexaClientSDK::avsCommon::avs::VALUE_KEY_STRING = "value"
 Key used to identify the state value. More...
 
static const std::string alexaClientSDK::avsCommon::avs::TIME_OF_SAMPLE_KEY_STRING = "timeOfSample"
 Key used to identify the time of sample. More...
 
static const std::string alexaClientSDK::avsCommon::avs::UNCERTAINTY_KEY_STRING = "uncertaintyInMilliseconds"
 

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