AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Variables
SoftwareComponentReporterCapabilityAgent.cpp File Reference
#include <ostream>
#include <AVSCommon/AVS/CapabilityResources.h>
#include <AVSCommon/Utils/JSON/JSONGenerator.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "SoftwareComponentReporter/SoftwareComponentReporterCapabilityAgent.h"
Include dependency graph for SoftwareComponentReporterCapabilityAgent.cpp:

Namespaces

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

Macros

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

Variables

static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::TAG {"SoftwareComponentReporterCapabilityAgent"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTREPORTER_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTREPORTER_CAPABILITY_INTERFACE_NAME = "Alexa.SoftwareComponentReporter"
 SoftwareComponentReporter interface name. More...
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTREPORTER_CAPABILITY_INTERFACE_VERSION = "1.0"
 SoftwareComponentReporter interface name. More...
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTS_KEY = "softwareComponents"
 The softwareComponents key used in SoftwareComponentReporterCapabilityAgent configurations. More...
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTS_NAME_KEY = "name"
 The name key used by a component in SoftwareComponents. More...
 
static const std::string alexaClientSDK::capabilityAgents::softwareComponentReporter::SOFTWARECOMPONENTS_VERSION_KEY = "version"
 The version key used by a component in SoftwareComponents. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    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