rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
can_vss.h
Go to the documentation of this file.
1/**
2 * @file can_vss.h
3 *
4 * @date Apr 19, 2020
5 * @author Alex Miculescu, (c) 2020
6 */
7
8#pragma once
9
11void setCanVss(int type);
12
13#if EFI_CAN_SUPPORT
14void processCanRxVss(const CANRxFrame& frame, efitick_t nowNt);
15#endif
void processCanRxVss(const CANRxFrame &frame, efitick_t nowNt)
Definition can_vss.cpp:177
void setCanVss(int type)
Definition can_vss.cpp:221
void initCanVssSupport()
Definition can_vss.cpp:199