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

Detailed Description

These stubs are used to reduce the Flash amount used for some configs.

Date
Jul 23, 2023
Author
andreika prome.nosp@m.theu.nosp@m.s.pcb.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Andrey Belomutskiy, (c) 2012-2020

Definition in file value_lookup_stubs.cpp.

Functions

float getOutputValueByName (const char *)
 
float getConfigValueByName (const char *)
 
bool setConfigValueByName (const char *, float)
 

Function Documentation

◆ getConfigValueByName()

float getConfigValueByName ( const char name)

Definition at line 17 of file value_lookup_stubs.cpp.

17 {
18 return EFI_ERROR_CODE;
19}

◆ getOutputValueByName()

float getOutputValueByName ( const char name)

Definition at line 13 of file value_lookup_stubs.cpp.

13 {
14 return EFI_ERROR_CODE;
15}

◆ setConfigValueByName()

bool setConfigValueByName ( const char name,
float  value 
)
Returns
true if name was recognized, false otherwise

Definition at line 21 of file value_lookup_stubs.cpp.

21 {
22 return false;
23}

Go to the source code of this file.