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

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::capabilityAgents::playbackController::TAG ("PlaybackController")
 String to identify log entries originating from this file. More...
 
static std::shared_ptr< CapabilityConfiguration > alexaClientSDK::capabilityAgents::playbackController::getPlaybackControllerCapabilityConfiguration ()
 

Variables

static const std::string alexaClientSDK::capabilityAgents::playbackController::PLAYBACKCONTROLLER_CAPABILITY_INTERFACE_TYPE = "AlexaInterface"
 
static const std::string alexaClientSDK::capabilityAgents::playbackController::PLAYBACKCONTROLLER_CAPABILITY_INTERFACE_NAME = "PlaybackController"
 PlaybackController interface name. More...
 
static const std::string alexaClientSDK::capabilityAgents::playbackController::PLAYBACKCONTROLLER_CAPABILITY_INTERFACE_VERSION = "1.1"
 PlaybackController interface version. More...
 
static const std::string alexaClientSDK::capabilityAgents::playbackController::PLAYBACK_CONTROLLER_NAMESPACE = "PlaybackController"
 String to identify the AVS namespace of the event we send. 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