Mercurial > public > ostc4
comparison Discovery/Src/simulation.c @ 450:b2f8a39c11ea minor_improvments
Added new compile switches for variants:
The compile switches should be deactivated per default and only be activated if needed to compile local test software
author | ideenmodellierer |
---|---|
date | Tue, 24 Mar 2020 21:48:27 +0100 |
parents | f1257a32f2d4 |
children | e7e44986684a |
comparison
equal
deleted
inserted
replaced
449:91a939915bfa | 450:b2f8a39c11ea |
---|---|
42 #include "check_warning.h" | 42 #include "check_warning.h" |
43 #include "vpm.h" | 43 #include "vpm.h" |
44 #include "buehlmann.h" | 44 #include "buehlmann.h" |
45 #include "logbook_miniLive.h" | 45 #include "logbook_miniLive.h" |
46 | 46 |
47 #include "configuration.h" | |
48 | |
47 //Private state variables | 49 //Private state variables |
48 static float sim_aim_depth_meter; | 50 static float sim_aim_depth_meter; |
49 static _Bool sim_heed_decostops = 1; | 51 static _Bool sim_heed_decostops = 1; |
50 | 52 |
51 static const float sim_descent_rate_meter_per_min = 20; | 53 static const float sim_descent_rate_meter_per_min = 20; |