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

Namespaces

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

Macros

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

Variables

static const std::string alexaClientSDK::acsdkDeviceSetup::TAG {"DeviceSetup"}
 String to identify log entries originating from this file. More...
 
static const std::string alexaClientSDK::acsdkDeviceSetup::DEVICESETUP_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 DeviceSetup capability constants. More...
 
static const std::string alexaClientSDK::acsdkDeviceSetup::DEVICESETUP_INTERFACE_NAME = "DeviceSetup"
 
static const std::string alexaClientSDK::acsdkDeviceSetup::DEVICESETUP_CAPABILITY_INTERFACE_VERSION = "1.0"
 
static const std::string alexaClientSDK::acsdkDeviceSetup::ASSISTED_SETUP_KEY = "assistedSetup"
 The assistedSetup key. More...
 
static const std::string alexaClientSDK::acsdkDeviceSetup::SETUP_COMPLETED_EVENT = "SetupCompleted"
 Name of the SetupCompleted event. 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