rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
harley_acr.h
Go to the documentation of this file.
1#pragma once
2
3class HarleyAcr : public EngineModule {
4public:
5 void updateAcr();
6 void onSlowCallback() override;
7
8 bool isActive() const;
9
10private:
11 bool m_active = false;
12};
void onSlowCallback() override
bool m_active
Definition harley_acr.h:11
void updateAcr()
bool isActive() const