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

Namespaces

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

Macros

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

Functions

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

Variables

static const std::string alexaClientSDK::avsGatewayManager::VERIFY_GATEWAY_NAMESPACE = "Alexa.ApiGateway"
 The namespace for the verify gateway API. More...
 
static const std::string alexaClientSDK::avsGatewayManager::VERIFY_GATEWAY_NAME = "VerifyGateway"
 The name of the event to verify gateway. More...
 
static const std::vector< int > alexaClientSDK::avsGatewayManager::RETRY_TABLE
 Table with the retry times on subsequent retries. More...
 
static avsCommon::utils::RetryTimer alexaClientSDK::avsGatewayManager::RETRY_TIMER {RETRY_TABLE}
 

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