summaryrefslogtreecommitdiff
path: root/api/franca/navigation/mapviewer/MapViewerConfiguration.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/mapviewer/MapViewerConfiguration.fidl')
-rw-r--r--api/franca/navigation/mapviewer/MapViewerConfiguration.fidl20
1 files changed, 6 insertions, 14 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerConfiguration.fidl b/api/franca/navigation/mapviewer/MapViewerConfiguration.fidl
index ab4e203..c56c687 100644
--- a/api/franca/navigation/mapviewer/MapViewerConfiguration.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerConfiguration.fidl
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
-// Copyright (C) 2014, PCA Peugeot Citro�n, XS Embedded GmbH, TomTom International B.V., Continental Automotive GmbH, BMW Car IT GmbH, Alpine Electronics R&D Europe GmbH, AISIN AW CO., LTD., Neusoft Technology Solutions GmbH, Jaguar Land Rover Limited, Visteon Corporation, Elektrobit Automotive GmbH
+// Copyright (C) 2016, PCA Peugeot Citro�n, XS Embedded GmbH, TomTom International B.V., Continental Automotive GmbH, BMW Car IT GmbH, Alpine Electronics R&D Europe GmbH, AISIN AW CO., LTD., Neusoft Technology Solutions GmbH, Jaguar Land Rover Limited, Visteon Corporation, Elektrobit Automotive GmbH, Delphi Deutschland GmbH
// This Source Code Form is subject to the terms of the
// Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
// this file, you can obtain one at http://mozilla.org/MPL/2.0/.
@@ -24,8 +24,7 @@ interface Configuration {
}
}
<** @description: Settings**>
- enumeration Settings {
- INVALID = 0
+ enumeration Settings extends BasicEnum {
UNITS_OF_MEASUREMENT = 48 //Base 0x0030
LOCALE = 37
TIME_FORMAT = 3
@@ -33,8 +32,7 @@ interface Configuration {
}
<** @description: Units of measurement**>
- enumeration UnitsOfMeasurementAttribute {
- INVALID = 0
+ enumeration UnitsOfMeasurementAttribute extends BasicEnum {
LENGTH = 49 //Base 0x0030
}
@@ -56,20 +54,14 @@ interface Configuration {
UnitsOfMeasurementAttribute to UnitsOfMeasurementListValue
}
- enumeration TimeFormat {
- INVALID = 0
- TWELVEH = 1
- TWENTYFOURH = 2
- }
-
enumeration CoordinatesFormat {
INVALID = 0
<** @description:DEGREES format = d.dº**>
- DEGREES = 1
+ DEGREES = 7
<** @description:MINUTES format = dºm.m'**>
- MINUTES = 2
+ MINUTES = 8
<** @description:SECONDS format = dºm's"**>
- SECONDS = 3
+ SECONDS = 9
}
<** @description : Set the current language set. If the language is not supported, the default details will be returned in the native language.**>