Go to file
Matthew Kennedy f9945d3ee3 submodule was broken 2022-07-20 15:18:50 -07:00
.github/workflows x 2022-07-20 15:15:11 -07:00
.vscode tests 2022-07-20 15:12:39 -07:00
ext submodule was broken 2022-07-20 15:18:50 -07:00
util tests cleanup 2022-07-20 15:04:42 -07:00
.gitignore gitignore 2022-07-20 15:04:50 -07:00
.gitmodules tests 2022-07-20 15:12:39 -07:00
Makefile kick 2022-07-20 15:14:14 -07:00
README.md math module 2022-07-16 19:38:13 -07:00
gmock-all.cpp tests 2022-07-20 15:12:39 -07:00
gtest-all.cpp tests 2022-07-20 15:12:39 -07:00
gtest_main.cpp tests 2022-07-20 15:12:39 -07:00
rules.mk tests 2022-07-20 15:12:39 -07:00

README.md

Modules:

  • util: General purpose math functions, interpolation, array handling, etc.

Including modules in your project:

Set variable $(RUSEFI_LIB) to the path to the folder that contains this readme.

Include the mk files of the modules that you want, then add:

  • $(RUSEFI_LIB_INC) to your list of includes
  • $(RUSEFI_LIB_CPP) to your list of c++ input files

Currently, C++17 is required to compile these libraries.

Unit tests:

TODO