Alexa Auto SDK  2.3.0
APLConfiguration.h
1 /*
2  * Copyright 2019-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
16 #ifndef AACE_APL_APL_CONFIGURATION_H
17 #define AACE_APL_APL_CONFIGURATION_H
18 
19 #include <fstream>
20 #include <iostream>
21 #include <string>
22 #include <vector>
23 #include <sstream>
24 #include <memory>
25 #include <chrono>
26 
27 #include <AACE/Core/EngineConfiguration.h>
28 
29 #include "AACE/APL/APLEngineInterface.h"
30 
33 namespace aace {
34 namespace apl {
35 namespace config {
36 
41 public:
50  };
51 
55  using AlexaPresentationTimeout = std::pair<AlexaPresentationTimeoutType, std::chrono::milliseconds>;
56 
75  static std::shared_ptr<aace::core::config::EngineConfiguration> createAlexaPresentationTimeoutConfig(
76  const std::vector<AlexaPresentationTimeout>& timeoutList);
77 };
78 
79 } // namespace config
80 } // namespace apl
81 } // namespace aace
82 
83 #endif // AACE_APL_APL_CONFIGURATION_H
Definition: APLConfiguration.h:40
static std::shared_ptr< aace::core::config::EngineConfiguration > createAlexaPresentationTimeoutConfig(const std::vector< AlexaPresentationTimeout > &timeoutList)
AlexaPresentationTimeoutType
Definition: APLConfiguration.h:45
Definition: AddressBook.h:26
std::pair< AlexaPresentationTimeoutType, std::chrono::milliseconds > AlexaPresentationTimeout
Definition: APLConfiguration.h:55

Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0