rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions | Variables
tunerstudio_commands.cpp File Reference

Functions

int getSecondsSinceChannelsRequest ()
 

Variables

static Timer channelsRequestTimer
 

Function Documentation

◆ getSecondsSinceChannelsRequest()

int getSecondsSinceChannelsRequest ( )

Definition at line 15 of file tunerstudio_commands.cpp.

15 {
16 return channelsRequestTimer.getElapsedSeconds();
17}
static Timer channelsRequestTimer

Referenced by configureRusefiLuaHooks().

Here is the caller graph for this function:

Variable Documentation

◆ channelsRequestTimer

Timer channelsRequestTimer
static

Go to the source code of this file.