◆ canDashboardVAG()
Definition at line 185 of file can_dash.cpp.
185 {
187 {
188
189
192 }
193
195
196 {
198 msg.setShortValue((
int) ((
clt + 48.373) / 0.75), 1);
199 }
200
201 {
203 msg.setShortValue((
int) ((
clt + 48.373) / 0.75), 4);
204 }
205
206 {
208 msg.setShortValue(0x80, 1);
209 }
210 }
211}
bool isInterval(CanInterval interval)
static float getOrZero(SensorType type)
static CCM_OPTIONAL FunctionalSensor clt(SensorType::Clt, MS2NT(10))
Referenced by updateDash().
Go to the source code of this file.