@@ -5,17 +5,22 @@ set(SOURCE_FILES
55 NAV_Algorithms/AHRS.cpp
66 NAV_Algorithms/air_density_observer.cpp
77 NAV_Algorithms/atmosphere.cpp
8- NAV_Algorithms/flight_observer .cpp
8+ NAV_Algorithms/earth_induction_model .cpp
99 NAV_Algorithms/KalmanVario.cpp
1010 NAV_Algorithms/KalmanVario_PVA.cpp
1111 NAV_Algorithms/navigator.cpp
1212 NAV_Algorithms/persistent_data.cpp
13+ NAV_Algorithms/setup_tester.cpp
14+ NAV_Algorithms/soft_iron_compensator.cpp
15+ NAV_Algorithms/variometer.cpp
1316 Output_Formatter/ascii_support.cpp
1417 Output_Formatter/CAN_output.cpp
1518 Output_Formatter/NMEA_format.cpp
1619)
1720
1821set (HEADER_FILES
22+ Generic_Algorithms/accumulating_averager.h
23+ Generic_Algorithms/boxcar_averager.h
1924 Generic_Algorithms/delay_line.h
2025 Generic_Algorithms/differentiator.h
2126 Generic_Algorithms/euler.h
@@ -25,18 +30,22 @@ set(HEADER_FILES
2530 Generic_Algorithms/integrator.h
2631 Generic_Algorithms/Linear_Least_Square_Fit.h
2732 Generic_Algorithms/matrix.h
33+ Generic_Algorithms/mean_and_variance_finder.h
2834 Generic_Algorithms/pt2.h
2935 Generic_Algorithms/quaternion.h
3036 Generic_Algorithms/ringbuffer.h
3137 Generic_Algorithms/serial_io.h
38+ Generic_Algorithms/slope_limiter.h
3239 Generic_Algorithms/trigger.h
3340 Generic_Algorithms/vector.h
3441 NAV_Algorithms/AHRS.h
3542 NAV_Algorithms/air_density_observer.h
43+ NAV_Algorithms/airborne_detector.h
3644 NAV_Algorithms/atmosphere.h
3745 NAV_Algorithms/compass_calibration.h
3846 NAV_Algorithms/data_structures.h
39- NAV_Algorithms/flight_observer.h
47+ NAV_Algorithms/earth_induction_model.h
48+ NAV_Algorithms/variometer.h
4049 NAV_Algorithms/GNSS.h
4150 NAV_Algorithms/KalmanVario.h
4251 NAV_Algorithms/KalmanVario_PVA.h
@@ -47,9 +56,11 @@ set(HEADER_FILES
4756 NAV_Algorithms/soaring_flight_averager.h
4857 NAV_Algorithms/windobserver.h
4958 Output_Formatter/ascii_support.h
59+ Output_Formatter/CAN_gateway.h
5060 Output_Formatter/CAN_output.h
5161 Output_Formatter/generic_CAN_driver.h
5262 Output_Formatter/NMEA_format.h
63+ Output_Formatter/system_state.h
5364)
5465
5566
0 commit comments