-
- Downloads
systemlib: added library for hysteresis
There have been two cases where a hysteresis function wasn't working correctly. It is therefore a good idea to abstract the hysteresis functionality into a library.
Showing
- src/modules/systemlib/hysteresis/hysteresis.cpp 73 additions, 0 deletionssrc/modules/systemlib/hysteresis/hysteresis.cpp
- src/modules/systemlib/hysteresis/hysteresis.h 78 additions, 0 deletionssrc/modules/systemlib/hysteresis/hysteresis.h
- unittests/CMakeLists.txt 5 additions, 0 deletionsunittests/CMakeLists.txt
- unittests/hysteresis_test.cpp 114 additions, 0 deletionsunittests/hysteresis_test.cpp
unittests/hysteresis_test.cpp
0 → 100644
Please register or sign in to comment