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

Namespaces

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

Macros

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

Functions

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

Variables

static const std::vector< int > alexaClientSDK::capabilitiesDelegate::RETRY_TABLE
 Table with the retry times on subsequent retries. More...
 
static avsCommon::utils::RetryTimer alexaClientSDK::capabilitiesDelegate::RETRY_TIMER {RETRY_TABLE}
 
static constexpr int alexaClientSDK::capabilitiesDelegate::MAX_ENDPOINTS_PER_ADD_OR_UPDATE_REPORT_EVENT = 300
 Maximum number of endpoints per event. More...
 
static const auto alexaClientSDK::capabilitiesDelegate::ASYNC_RESPONSE_TIMEOUT = std::chrono::seconds(2)
 The timeout for the Asynchronous response directive (Alexa.EventProcessed) to be received. More...
 

Macro Definition Documentation

◆ LX

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

Create a LogEntry using the 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