Mercurial > public > ostc4
comparison Discovery/Inc/simulation.h @ 760:21949c88da90
Quit simualted dives after the dive time set in the SIM tab.
| author | heinrichsweikamp |
|---|---|
| date | Tue, 21 Mar 2023 12:56:54 +0100 |
| parents | 55a9aa740f13 |
| children | 7891160acde3 |
comparison
equal
deleted
inserted
replaced
| 759:9825dcf50675 | 760:21949c88da90 |
|---|---|
| 40 uint16_t timeToFirstStop; | 40 uint16_t timeToFirstStop; |
| 41 uint16_t timeToSurface; | 41 uint16_t timeToSurface; |
| 42 float ppO2AtBottom; | 42 float ppO2AtBottom; |
| 43 } SSimDataSummary; | 43 } SSimDataSummary; |
| 44 | 44 |
| 45 void simulation_start(int aim_depth); | 45 void simulation_start(int aim_depth, uint16_t aim_time_minutes); |
| 46 void simulation_exit(void); | 46 void simulation_exit(void); |
| 47 | 47 |
| 48 void simulation_set_heed_decostops(_Bool heed_decostops_while_ascending); | 48 void simulation_set_heed_decostops(_Bool heed_decostops_while_ascending); |
| 49 | 49 |
| 50 void simulation_UpdateLifeData( _Bool checkOncePerSecond); | 50 void simulation_UpdateLifeData( _Bool checkOncePerSecond); |
