AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
DirectiveRouter.cpp File Reference
#include <iostream>
#include <set>
#include <sstream>
#include <vector>
#include <AVSCommon/AVS/DirectiveRoutingRule.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/Metrics/DataPointCounterBuilder.h>
#include <AVSCommon/Utils/Metrics/DataPointStringBuilder.h>
#include <AVSCommon/Utils/Optional.h>
#include "ADSL/DirectiveRouter.h"
Include dependency graph for DirectiveRouter.cpp:

Namespaces

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

Macros

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

Functions

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

Variables

static const std::string alexaClientSDK::adsl::DIRECTIVE_SEQUENCER_METRIC_PREFIX = "DIRECTIVE_SEQUENCER-"
 Prefix used in metrics published in this module. More...
 
static const std::string alexaClientSDK::adsl::DIRECTIVE_DISPATCHED_IMMEDIATE = "DIRECTIVE_DISPATCHED_IMMEDIATE"
 Metric name for directives that were dispatched immediately. More...
 
static const std::string alexaClientSDK::adsl::DIRECTIVE_DISPATCHED_PRE_HANDLE = "DIRECTIVE_DISPATCHED_PRE_HANDLE"
 Metric name for directives that were pre-handled. More...
 
static const std::string alexaClientSDK::adsl::DIRECTIVE_DISPATCHED_HANDLE = "DIRECTIVE_DISPATCHED_HANDLE"
 Metric name for directives that were handled directly. 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.

Function Documentation

◆ TAG()

static const std::string TAG ( "DirectiveRouter"  )
static

String to identify log entries originating from this file.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0