C++ classes to make a fly-by-wire system. 1st and 2nd order IIR Filters, PID controllers with saturations, rate limiters, etc.
Find a file
2019-04-29 16:54:41 +02:00
test Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
.gitignore Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
Doxyfile Initial commit. 2019-03-28 16:38:50 +01:00
main.cpp Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
Makefile Added Template line profiler. Fixed documentation. 2019-04-26 10:55:39 +02:00
README.md Added default test using Catch2 in test/. 2019-04-01 12:51:56 +02:00
test_c_lib.c Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
test_c_lib.h Added automatic dependency system to Makefile. 2019-03-30 10:02:18 +01:00
TestClass.cpp Initial commit. 2019-03-28 16:38:50 +01:00
TestClass.hpp Initial commit. 2019-03-28 16:38:50 +01:00
utils.hpp Added clamp function. Added random generation macros. Added MIN and MAX macros. Added very simple uniform random numbers generator (Park Miller). Updated Chronometer so that any string can be displayed. 2019-04-29 16:54:41 +02:00

CppQuickStart

"Empty" project for a quicker start writing something in c++.