AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
EndpointBuilder.cpp File Reference
#include <Alexa/AlexaInterfaceCapabilityAgent.h>
#include <Alexa/AlexaInterfaceMessageSender.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/Memory/Memory.h>
#include "Endpoints/Endpoint.h"
#include "Endpoints/EndpointAttributeValidation.h"
#include "Endpoints/EndpointBuilder.h"
Include dependency graph for EndpointBuilder.cpp:

Namespaces

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

Macros

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

Functions

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

Variables

const std::string alexaClientSDK::endpoints::ENDPOINT_ID_CONCAT = "::"
 String used to join attributes in the generation of the derived endpoint id. More...
 
static constexpr size_t alexaClientSDK::endpoints::MAX_ENDPOINTID_LENGTH = 256
 We will limit the EndpointId length to 256 characters. More...
 
const std::string alexaClientSDK::endpoints::ALEXA_DISPLAY_CATEGORY = "ALEXA_VOICE_ENABLED"
 The display category for the AVS device endpoint;. 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