AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
AlexaUnitOfMeasure.h
Go to the documentation of this file.
1 /*
2  * Copyright 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 ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_ALEXAUNITOFMEASURE_H_
17 #define ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_ALEXAUNITOFMEASURE_H_
18 
19 #include <string>
20 
21 namespace alexaClientSDK {
22 namespace avsCommon {
23 namespace avs {
24 namespace resources {
25 
28 
34 static const AlexaUnitOfMeasure ALEXA_UNIT_ANGLE_DEGREES = "Alexa.Unit.Angle.Degrees";
36 
38 static const AlexaUnitOfMeasure ALEXA_UNIT_ANGLE_RADIANS = "Alexa.Unit.Angle.Radians";
39 
41 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_FEET = "Alexa.Unit.Distance.Feet";
42 
44 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_INCHES = "Alexa.Unit.Distance.Inches";
45 
47 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_KILOMETERS = "Alexa.Unit.Distance.Kilometers";
48 
50 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_METERS = "Alexa.Unit.Distance.Meters";
51 
53 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_MILES = "Alexa.Unit.Distance.Miles";
54 
56 static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_YARDS = "Alexa.Unit.Distance.Yards";
57 
59 static const AlexaUnitOfMeasure ALEXA_UNIT_MASS_GRAMS = "Alexa.Unit.Mass.Grams";
60 
62 static const AlexaUnitOfMeasure ALEXA_UNIT_MASS_KILOGRAMS = "Alexa.Unit.Mass.Kilograms";
63 
65 static const AlexaUnitOfMeasure ALEXA_UNIT_PERCENT = "Alexa.Unit.Percent";
66 
68 static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_CELSIUS = "Alexa.Unit.Temperature.Celsius";
69 
71 static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_FAHRENHEIT = "Alexa.Unit.Temperature.Fahrenheit";
72 
74 static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_KELVIN = "Alexa.Unit.Temperature.Kelvin";
75 
77 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_CUBICFEET = "Alexa.Unit.Volume.CubicFeet";
78 
80 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_CUBICMETERS = "Alexa.Unit.Volume.CubicMeters";
81 
83 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_GALLONS = "Alexa.Unit.Volume.Gallons";
84 
86 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_LITERS = "Alexa.Unit.Volume.Liters";
87 
89 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_PINTS = "Alexa.Unit.Volume.Pints";
90 
92 static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_QUARTS = "Alexa.Unit.Volume.Quarts";
93 
95 static const AlexaUnitOfMeasure ALEXA_UNIT_WEIGHT_OUNCES = "Alexa.Unit.Weight.Ounces";
96 
98 static const AlexaUnitOfMeasure ALEXA_UNIT_WEIGHT_POUNDS = "Alexa.Unit.Weight.Pounds";
99 
100 } // namespace resources
101 } // namespace avs
102 } // namespace avsCommon
103 } // namespace alexaClientSDK
104 
105 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_ALEXAUNITOFMEASURE_H_
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_INCHES
The Alexa unit of measure as inches.
Definition: AlexaUnitOfMeasure.h:44
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_FEET
The Alexa unit of measure as feet.
Definition: AlexaUnitOfMeasure.h:41
::std::string string
Definition: gtest-port.h:1097
static const AlexaUnitOfMeasure ALEXA_UNIT_WEIGHT_POUNDS
The Alexa unit of measure as pounds.
Definition: AlexaUnitOfMeasure.h:98
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_QUARTS
The Alexa unit of measure as quarts.
Definition: AlexaUnitOfMeasure.h:92
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_METERS
The Alexa unit of measure as meters.
Definition: AlexaUnitOfMeasure.h:50
std::string AlexaUnitOfMeasure
This represents the Alexa unit of measure.
Definition: AlexaUnitOfMeasure.h:27
static const AlexaUnitOfMeasure ALEXA_UNIT_PERCENT
The Alexa unit of measure as percentage.
Definition: AlexaUnitOfMeasure.h:65
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_CUBICFEET
The Alexa unit of measure as cubic feet.
Definition: AlexaUnitOfMeasure.h:77
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_LITERS
The Alexa unit of measure as liters.
Definition: AlexaUnitOfMeasure.h:86
static const AlexaUnitOfMeasure ALEXA_UNIT_MASS_KILOGRAMS
The Alexa unit of measure as kilograms.
Definition: AlexaUnitOfMeasure.h:62
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_PINTS
The Alexa unit of measure as pints.
Definition: AlexaUnitOfMeasure.h:89
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_CUBICMETERS
The Alexa unit of measure as cubic meters.
Definition: AlexaUnitOfMeasure.h:80
static const AlexaUnitOfMeasure ALEXA_UNIT_WEIGHT_OUNCES
The Alexa unit of measure as ounces.
Definition: AlexaUnitOfMeasure.h:95
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_MILES
The Alexa unit of measure as miles.
Definition: AlexaUnitOfMeasure.h:53
static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_KELVIN
The Alexa unit of measure as temperature in kelvin.
Definition: AlexaUnitOfMeasure.h:74
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_KILOMETERS
The Alexa unit of measure as kilometeres.
Definition: AlexaUnitOfMeasure.h:47
static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_FAHRENHEIT
The Alexa unit of measure as temperature in fahrenheit.
Definition: AlexaUnitOfMeasure.h:71
static const AlexaUnitOfMeasure ALEXA_UNIT_DISTANCE_YARDS
The Alexa unit of measure as yards.
Definition: AlexaUnitOfMeasure.h:56
static const AlexaUnitOfMeasure ALEXA_UNIT_TEMPERATURE_CELSIUS
The Alexa unit of measure as temperature in celsius.
Definition: AlexaUnitOfMeasure.h:68
static const AlexaUnitOfMeasure ALEXA_UNIT_VOLUME_GALLONS
The Alexa unit of measure as gallons.
Definition: AlexaUnitOfMeasure.h:83
static const AlexaUnitOfMeasure ALEXA_UNIT_ANGLE_DEGREES
The Alexa unit of measure as angle degrees.
Definition: AlexaUnitOfMeasure.h:35
static const AlexaUnitOfMeasure ALEXA_UNIT_MASS_GRAMS
The Alexa unit of measure as grams.
Definition: AlexaUnitOfMeasure.h:59
static const AlexaUnitOfMeasure ALEXA_UNIT_ANGLE_RADIANS
The Alexa unit of measure as angle radians.
Definition: AlexaUnitOfMeasure.h:38

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