Mercurial > public > hwos_code
annotate src/gaslist.inc @ 189:e79bc535ef9e
ignore un-calibrated sensors even if they become valid
author | heinrichsweikamp |
---|---|
date | Wed, 29 Oct 2014 12:53:01 +0100 |
parents | afa31c815f24 |
children | 653a3ab08062 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File gaslist.inc | |
4 ; | |
5 ; Interface to OSTC3 gas list management. | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 ; HISTORY | |
10 ; 2011-08-11 : [jDG] Creation. | |
11 | |
12 ; Utils | |
13 extern gaslist_strcat_gas | |
14 extern gaslist_strcat_gas_mod | |
15 extern gaslist_strcat_setpoint | |
16 | |
17 ;Setpoint Setup | |
18 extern gaslist_spplus,gaslist_spdepthplus, gaslist_spdepthminus,gaslist_setSP | |
19 | |
20 ; Select currently edited gas | |
21 extern gaslist_setgas, gaslist_gastitle | |
22 | |
23 ; Main gaslist menu | |
24 extern gaslist_pO2, gaslist_mO2 | |
25 extern gaslist_pHe, gaslist_mHe | |
26 extern gaslist_show_type | |
27 extern gaslist_toggle_type | |
28 extern gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth | |
29 | |
30 ; Depth submennu | |
31 extern gaslist_pDepth, gaslist_mDepth | |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
0
diff
changeset
|
32 extern gaslist_MOD_END, gaslist_ppo2 |
0 | 33 extern gaslist_reset_mod_title, gaslist_reset_mod |