AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Variables
SoftwareInfoSendRequest.cpp File Reference
#include <string>
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include <AVSCommon/AVS/EventBuilder.h>
#include <AVSCommon/AVS/MessageRequest.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/RetryTimer.h>
#include <AVSCommon/Utils/UUIDGeneration/UUIDGeneration.h>
#include "System/SoftwareInfoSender.h"
#include "System/SoftwareInfoSendRequest.h"
Include dependency graph for SoftwareInfoSendRequest.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilityAgents
 
 alexaClientSDK::capabilityAgents::system
 

Macros

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

Variables

static const std::string alexaClientSDK::capabilityAgents::system::TAG {"SoftwareInfoSendRequest"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::NAMESPACE_SYSTEM = "System"
 This string holds the "System" namespace. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::NAME_SOFTWARE_INFO = "SoftwareInfo"
 This string holds the name of the "SoftwareInfo" event. More...
 
static const char alexaClientSDK::capabilityAgents::system::FIRMWARE_VERSION_STRING [] = "firmwareVersion"
 JSON value for the firmwareVersion field of the SoftwareInfo event. More...
 
static std::vector< int > alexaClientSDK::capabilityAgents::system::RETRY_TABLE
 Approximate amount of time to wait between retries. More...
 
static avsCommon::utils::RetryTimer alexaClientSDK::capabilityAgents::system::RETRY_TIMER (RETRY_TABLE)
 Object for calculating retry timeout values. 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