forked from nasa/nos3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nasa#124 - Turn on -Werror / -Wall. Fix -Werror / -Wall errors.
- Loading branch information
Showing
15 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Submodule generic_css
updated
4 files
+1 −1 | sim/inc/generic_css_42_data_provider.hpp | |
+1 −1 | sim/inc/generic_css_data_provider.hpp | |
+2 −3 | sim/src/generic_css_data_point.cpp | |
+1 −1 | sim/src/generic_css_hardware_model.cpp |
Submodule generic_eps
updated
3 files
+1 −1 | sim/inc/generic_eps_42_data_provider.hpp | |
+1 −1 | sim/inc/generic_eps_data_provider.hpp | |
+1 −1 | sim/src/generic_eps_data_point.cpp |
Submodule generic_fss
updated
3 files
+1 −1 | sim/inc/generic_fss_42_data_provider.hpp | |
+1 −1 | sim/src/generic_fss_data_point.cpp | |
+1 −1 | sim/src/generic_fss_hardware_model.cpp |
Submodule generic_imu
updated
4 files
+1 −1 | sim/inc/generic_imu_42_data_provider.hpp | |
+1 −1 | sim/inc/generic_imu_data_provider.hpp | |
+3 −3 | sim/src/generic_imu_data_point.cpp | |
+6 −8 | sim/src/generic_imu_hardware_model.cpp |
Submodule generic_mag
updated
3 files
+1 −1 | sim/inc/generic_mag_42_data_provider.hpp | |
+2 −3 | sim/src/generic_mag_data_point.cpp | |
+1 −1 | sim/src/generic_mag_hardware_model.cpp |
Submodule generic_radio
updated
4 files
+1 −1 | sim/inc/generic_radio_42_data_provider.hpp | |
+1 −1 | sim/inc/generic_radio_data_provider.hpp | |
+1 −1 | sim/src/generic_radio_data_point.cpp | |
+5 −11 | sim/src/generic_radio_hardware_model.cpp |
Submodule generic_torquer
updated
2 files
+1 −1 | sim/inc/generic_torquer_42_data_provider.hpp | |
+0 −6 | sim/src/generic_torquer_hardware_model.cpp |
Submodule novatel_oem615
updated
4 files
+1 −1 | sim/inc/gps_sim_data_point.hpp | |
+3 −2 | sim/src/gps_sim_data_file_provider.cpp | |
+3 −3 | sim/src/gps_sim_data_point.cpp | |
+3 −3 | sim/src/gps_sim_hardware_model_OEM615.cpp |
Submodule sample
updated
4 files
+1 −1 | sim/inc/sample_42_data_provider.hpp | |
+1 −1 | sim/inc/sample_data_provider.hpp | |
+1 −1 | sim/src/sample_data_point.cpp | |
+0 −2 | sim/src/sample_hardware_model.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sim_common
updated
2 files
+1 −1 | src/sim_config.cpp | |
+3 −3 | src/sim_data_42socket_provider.cpp |
Submodule sim_terminal
updated
2 files
+10 −10 | src/bus_connections.cpp | |
+8 −8 | src/simulator_terminal.cpp |
Submodule truth_42_sim
updated
4 files
+1 −1 | inc/truth_42_data_point.hpp | |
+1 −1 | inc/truth_42_data_provider.hpp | |
+2 −2 | src/truth_42_data_point.cpp | |
+1 −1 | src/truth_42_hardware_model.cpp |