rusefi/firmware/util/math
Mingjie Shen 495f0ea8c4 Fix invoking virtual functions from constructors
Virtual functions should not be invoked from a constructor or destructor
of the same class. Confusingly, virtual functions are resolved
statically (not dynamically) in constructors and destructors for the
same class. The call should be made explicitly static by qualifying it
using the scope resolution operator.
2023-05-24 15:27:09 -04:00
..
biquad.cpp change ObdCode to enum class builds firmware 2023-04-29 00:44:00 -04:00
biquad.h
crc8hondak.cpp kine: read packets as packets #5171 2023-03-10 23:02:01 -05:00
crc8hondak.h K 2023-03-04 16:00:50 -05:00
deadband.h
efi_interpolation.h extra define 2023-04-29 07:07:28 -04:00
efi_pid.cpp Fix invoking virtual functions from constructors 2023-05-24 15:27:09 -04:00
efi_pid.h
efi_ratio.h
error_accumulator.cpp
error_accumulator.h
exp_average.h ETB duty cycle jitter #4833 2022-11-29 14:59:08 -05:00
interpolation.cpp it's going to be painful 2023-04-29 00:44:00 -04:00
pid_cic.md
pid_state.txt
pid_state_generated.h