◆ canDashboardVAG()
Definition at line 187 of file can_dash.cpp.
187 {
189 {
190
191
194 }
195
197
198 {
200 msg.setShortValue((
int) ((
clt + 48.373) / 0.75), 1);
201 }
202
203 {
205 msg.setShortValue((
int) ((
clt + 48.373) / 0.75), 4);
206 }
207
208 {
210 msg.setShortValue(0x80, 1);
211 }
212 }
213}
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.