profile: turn plotdata::mod, ead, eadd, end into depth_t

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-12-14 20:46:15 +01:00 committed by Michael Keller
parent 58d096adfc
commit 4237cb9999
3 changed files with 39 additions and 38 deletions

View file

@ -60,7 +60,7 @@ struct plot_data {
std::array<pressure_t, MAX_O2_SENSORS> o2sensor; //for rebreathers with several sensors
pressure_t o2setpoint;
pressure_t scr_OC_pO2;
int mod = 0, ead = 0, end = 0, eadd = 0;
depth_t mod, ead, end, eadd;
velocity_t velocity = STABLE;
int speed = 0;
/* values calculated by us */