Mercurial > public > ostc4
comparison Discovery/Inc/buehlmann.h @ 251:90cbeee0e1d4
Merged in janlmulder/ostc4/bm-2 (pull request #17)
Buelmann: new implementation for ceiling
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Fri, 12 Apr 2019 07:22:14 +0000 |
parents | 822416168585 |
children |
comparison
equal
deleted
inserted
replaced
249:cefee1448ea6 | 251:90cbeee0e1d4 |
---|---|
29 | 29 |
30 #include "data_central.h" | 30 #include "data_central.h" |
31 | 31 |
32 void buehlmann_init(void); | 32 void buehlmann_init(void); |
33 void buehlmann_calc_deco(SLifeData* pLifeData, SDiveSettings * pDiveSettings, SDecoinfo * pDecoInfo); | 33 void buehlmann_calc_deco(SLifeData* pLifeData, SDiveSettings * pDiveSettings, SDecoinfo * pDecoInfo); |
34 void buehlmann_ceiling_calculator(SLifeData* pLifeData, SDiveSettings * pDiveSettings, SDecoinfo * pDecoInfo); | 34 void buehlmann_ceiling_calculator(SLifeData* pLifeData, SDecoinfo * pDecoInfo); |
35 void buehlmann_super_saturation_calculator(SLifeData* pLifeData, SDecoinfo * pDecoInfo); | 35 void buehlmann_super_saturation_calculator(SLifeData* pLifeData, SDecoinfo * pDecoInfo); |
36 float buehlmann_get_gCNS(void); | 36 float buehlmann_get_gCNS(void); |
37 | 37 |
38 #endif /* BUEHLMANN_H */ | 38 #endif /* BUEHLMANN_H */ |