New profile: enable switching between dive computers

This was mostly in place, just needed to be hooked up.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-02-11 09:55:14 -08:00
parent 73d6057424
commit d1c4bcf570
4 changed files with 14 additions and 3 deletions

View file

@ -24,6 +24,7 @@ public:
void setDive(struct dive *d, const plot_info& pInfo);
const plot_info& data() const;
int id() const;
int dcShown() const;
double pheMax();
double pn2Max();
double po2Max();
@ -32,6 +33,7 @@ public:
private:
plot_info pInfo;
int diveId;
int dcNr;
};
#endif