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

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilitiesDelegate
 
 alexaClientSDK::capabilitiesDelegate::storage
 

Macros

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

Functions

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

Variables

static const std::string alexaClientSDK::capabilitiesDelegate::storage::CAPABILITIES_DELEGATE_CONFIGURATION_ROOT_KEY = "capabilitiesDelegate"
 The key in our config file to find the root of settings for CapabilitiesDelegate. More...
 
static const std::string alexaClientSDK::capabilitiesDelegate::storage::DB_FILE_PATH = "databaseFilePath"
 The key in our config file to find the database file path. More...
 
static const std::string alexaClientSDK::capabilitiesDelegate::storage::ENDPOINT_CONFIG_TABLE_NAME = "endpointConfigTable"
 The name of the capabilitiesDelegate table. More...
 
static const std::string alexaClientSDK::capabilitiesDelegate::storage::DATABASE_COLUMN_ENDPOINT_ID_NAME = "endpointId"
 The name of the 'endpointid' field we will use as the primary key in our tables. More...
 
static const std::string alexaClientSDK::capabilitiesDelegate::storage::DATABASE_COLUMN_ENDPOINT_CONFIG_NAME = "endpointConfig"
 The name of the 'endpointConfig' field we will. More...
 
static const std::string alexaClientSDK::capabilitiesDelegate::storage::CREATE_ENDPOINT_CONFIG_TABLE_SQL_STRING
 The SQL string to create the alerts table. 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