AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
AlertScheduler.cpp File Reference
#include "acsdkAlerts/AlertScheduler.h"
#include <AVSCommon/Utils/Error/FinallyGuard.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/Metrics/DataPointCounterBuilder.h>
#include <AVSCommon/Utils/Metrics/MetricEventBuilder.h>
#include <AVSCommon/Utils/Timing/TimeUtils.h>
Include dependency graph for AlertScheduler.cpp:

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::acsdkAlerts::TAG ("AlertScheduler")
 String to identify log entries originating from this file. More...
 
static void alexaClientSDK::acsdkAlerts::submitMetric (const std::shared_ptr< MetricRecorderInterface > &metricRecorder, const std::string &eventName, int count)
 

Variables

static const std::string alexaClientSDK::acsdkAlerts::ALERT_METRIC_SOURCE_PREFIX = "ALERT-"
 Metric Activity Name Prefix for ALERT metric source. More...
 
static const std::string alexaClientSDK::acsdkAlerts::ALERT_SCHEDULING_FAILED = "alertSchedulingFailed"
 Metric constants related to Alerts. More...
 
static const std::string alexaClientSDK::acsdkAlerts::ALERT_PAST_DUE_DURING_SCHEDULING = "alertpastDueWhileScheduling"
 
static const std::string alexaClientSDK::acsdkAlerts::ACTIVE_ALERT_RELOADED_DURING_SCHEDULING = "activeAlertReloadedDuringScheduling"
 

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