mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add planner infra structure for bailout
Add a divemode column to the planner model and a corresponding field to struct divepoint and fill it in the corresponding functions. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
6b0ecb012d
commit
69de9d8f98
5 changed files with 86 additions and 59 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
RUNTIME,
|
||||
GAS,
|
||||
CCSETPOINT,
|
||||
DIVEMODE,
|
||||
COLUMNS
|
||||
};
|
||||
enum Mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue