summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/kuksa-val/kuksa-dbc-feeder/mapping.yml
blob: b1c1fece739fa8c4d9cadd4ad4c358ef5160a65b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Mapping Speed
PT_VehicleAvgSpeed:
  minupdatedelay: 100
  targets: 
    Vehicle.Speed: {}

PT_EngineSpeed:
  minupdatedelay: 100
  targets: 
    Vehicle.Powertrain.CombustionEngine.Speed:
      transform:
        math: "floor(x+0.5)"

#
# NOTE:
#
# The following mappings depend on the AGL-specific VSS overlay
# that adds the extra Vehicle.Cabin.SteeringWheel.Switches sensors.
# Since the CAN events are coming from LIN polling, applications
# need to filter/debounce themselves.  The minupdatedelay of 0 is
# intentional to avoid missing events.
#

SW_Next:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.Next:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_Previous:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.Previous:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_Mode:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.Mode:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_Info:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.Info:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_CruiseEnable:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.CruiseEnable:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_CruiseSet:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.CruiseSet:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_CruiseResume:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.CruiseResume:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_CruiseCancel:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.CruiseCancel:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_VolumeUp:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.VolumeUp:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_VolumeDown:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.VolumeDown:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_VolumeMute:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.VolumeMute:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_Horn:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.Horn:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"

SW_LaneDepartureWarning:
  minupdatedelay: 0
  targets:
    Vehicle.Cabin.SteeringWheel.Switches.LaneDepartureWarning:
      filter-duplicates: "true"
      transform:
        fullmapping:
          0: "false"
          1: "true"