summaryrefslogtreecommitdiff
path: root/api/franca/navigation/mapviewer/MapViewerControl.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/mapviewer/MapViewerControl.fidl')
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl12
1 files changed, 6 insertions, 6 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl
index af090d0..e29af10 100755
--- a/api/franca/navigation/mapviewer/MapViewerControl.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl
@@ -188,7 +188,7 @@ interface MapViewerControl {
@description : struct generated for DBus argument GetScaleList_scaleList
**>
struct MapScale {
- UInt16 scaleId
+ UInt8 scaleId
UInt16 scaleValue
MapScaleUnit unit
UInt32 millimetersPerPixel
@@ -877,7 +877,7 @@ interface MapViewerControl {
Handle mapViewInstanceHandle
<**
- @description : scaleID = scale identifier. Range[0:256]
+ @description : scaleID = scale identifier. Range[0:255]
**>
UInt8 scaleID
@@ -1120,9 +1120,9 @@ interface MapViewerControl {
Handle mapViewInstanceHandle
<**
- @description : scaleID = scale identifier. Range[0:256]
+ @description : scaleID = scale identifier. Range[0:255]
**>
- UInt16 scaleID
+ UInt8 scaleID
}
}
@@ -1186,7 +1186,7 @@ interface MapViewerControl {
out {
<**
- @description : scaleID = scale identifier. Range[0:256]
+ @description : scaleID = scale identifier. Range[0:255]
**>
UInt8 scaleID
@@ -1960,4 +1960,4 @@ interface MapViewerControl {
SelectedMapElement [] selectedElements
}
}
-} \ No newline at end of file
+}