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. |
||
---|---|---|
.. | ||
biquad.cpp | ||
biquad.h | ||
crc8hondak.cpp | ||
crc8hondak.h | ||
deadband.h | ||
efi_interpolation.h | ||
efi_pid.cpp | ||
efi_pid.h | ||
efi_ratio.h | ||
error_accumulator.cpp | ||
error_accumulator.h | ||
exp_average.h | ||
interpolation.cpp | ||
pid_cic.md | ||
pid_state.txt | ||
pid_state_generated.h |