rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
tc_4l6x.h
Go to the documentation of this file.
1#pragma once
2
3// file tc_4l6x.h
4
5#include "tcu.h"
6#include "tc_4.h"
7
8#if EFI_TCU
10public:
11 void update(gear_e);
12 void init();
16private:
17 void set32State(gear_e gear);
18 bool isShifting = false;
20};
21
23
25
26#endif // EFI_TCU
void set32State(gear_e gear)
Definition tc_4l6x.cpp:36
TransmissionControllerMode getMode() const
Definition tc_4l6x.h:13
gear_e
TransmissionControllerMode
void configureTcu4R70W()
Definition tc_4l6x.cpp:55
Gm4l6xTransmissionController * getGm4l6xTransmissionController()
Definition tc_4l6x.cpp:50
Base classes for gear selection and transmission control.