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

Detailed Description

A special file which is recompiled every time the .ini file changes.

This is a minimalistic fast-compiling cpp-file. Any additional massive includes are not welcomed.

Date
Jul 2, 2020
Author
andreika (c) 2020

Definition in file signature.cpp.

Functions

const chargetTsSignature ()
 

Function Documentation

◆ getTsSignature()

const char * getTsSignature ( )

Definition at line 31 of file signature.cpp.

31 {
32 return TS_SIGNATURE;
33}

Referenced by bluetoothStart(), and TunerStudio::handleQueryCommand().

Here is the caller graph for this function:

Go to the source code of this file.