summaryrefslogtreecommitdiff
path: root/api/franca/navigation/NavigationTypes.fdepl
blob: 86dc0cbbdc18c7f5ac2cbff9bad17b2d26da9fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import "platform:/plugin/org.genivi.commonapi.dbus/deployment/CommonAPI-DBus_deployment_spec.fdepl"
import "NavigationTypes.fidl"

specification org.genivi.navigation.deployment
{
   for enumerations {
      EnumBackingType: {UseDefault, UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64} (default: UInt64);
   }
}

define org.genivi.navigation.deployment for typeCollection org.genivi.navigation.NavigationTypes
{
    enumeration BasicEnum {
       EnumBackingType = UInt64
    }
    enumeration TimeStampedEnum {
       EnumBackingType = UInt64
    }
    enumeration GeoLocalizedEnum {
       EnumBackingType = UInt64
    }
    enumeration Settings {
       EnumBackingType = UInt64
    }
    enumeration Units {
       EnumBackingType = UInt64
    }
}