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

Namespaces

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

Macros

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

Functions

static std::string alexaClientSDK::diagnostics::toString (bool value)
 

Variables

static const std::string alexaClientSDK::diagnostics::TAG {"DevicePropertyAggregator"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::diagnostics::INVALID_VALUE {"INVALID"}
 String to identify invalid property value. More...
 
static const std::string alexaClientSDK::diagnostics::IDLE {"IDLE"}
 String to identify IDLE property value. More...
 
static const std::string alexaClientSDK::diagnostics::NONE {"NONE"}
 String to identify NONE property value. More...
 
static const std::chrono::seconds alexaClientSDK::diagnostics::TIMEOUT {2}
 Timeout value to wait for asynchronous operations. More...
 
static const std::set< std::string > alexaClientSDK::diagnostics::listOfSynchronousProperties
 The list of Synchronous Properties that need to be retrieved before returning all device properties. 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