rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
modules
tachometer
tachometer.h
Go to the documentation of this file.
1
/*
2
* @file tachometer.h
3
*
4
* @date Aug 18, 2015
5
* @author Andrey Belomutskiy, (c) 2012-2020
6
*/
7
8
#pragma once
9
10
11
class
TachometerModule
:
public
EngineModule
{
12
public
:
13
void
init
();
14
void
onFastCallback
()
override
;
15
private
:
16
bool
tachHasInit
;
17
};
EngineModule
Definition
engine_module.h:9
TachometerModule
Definition
tachometer.h:11
TachometerModule::init
void init()
Definition
tachometer.cpp:67
TachometerModule::onFastCallback
void onFastCallback() override
Definition
tachometer.cpp:30
TachometerModule::tachHasInit
bool tachHasInit
Definition
tachometer.h:16
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8