annotate src/gaslist.inc @ 582:b455b31ce022

work on 2.97 stable
author heinrichsweikamp
date Mon, 26 Feb 2018 16:40:28 +0100
parents 653a3ab08062
children ca4556fb60b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
heinrichsweikamp
parents:
diff changeset
3 ; File gaslist.inc
heinrichsweikamp
parents:
diff changeset
4 ;
275
653a3ab08062 rename into hwOS
heinrichsweikamp
parents: 154
diff changeset
5 ; Interface to OSTC gas list management.
0
heinrichsweikamp
parents:
diff changeset
6 ;
heinrichsweikamp
parents:
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9 ; HISTORY
heinrichsweikamp
parents:
diff changeset
10 ; 2011-08-11 : [jDG] Creation.
heinrichsweikamp
parents:
diff changeset
11
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
12 ; Utils
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
13 extern gaslist_strcat_gas
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
14 extern gaslist_strcat_gas_mod
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
15 extern gaslist_strcat_setpoint
0
heinrichsweikamp
parents:
diff changeset
16
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
17 ;Setpoint Setup
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
18 extern gaslist_spplus
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
19 extern gaslist_spdepthplus
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
20 extern gaslist_spdepthminus
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
21 extern gaslist_setSP
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
22
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
23 ; Select currently edited gas
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
24 extern gaslist_setgas
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
25 extern gaslist_gastitle
0
heinrichsweikamp
parents:
diff changeset
26
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
27 ; Main gaslist menu
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
28 extern gaslist_pO2, gaslist_mO2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
29 extern gaslist_pHe, gaslist_mHe
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
30 extern gaslist_show_type
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
31 extern gaslist_toggle_type
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
32 extern gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth
0
heinrichsweikamp
parents:
diff changeset
33
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
34 ; Depth submennu
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
35 extern gaslist_pDepth
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
36 extern gaslist_mDepth
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
37 extern gaslist_MOD_END
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
38 extern gaslist_ppo2
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
39 extern gaslist_reset_mod_title
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 275
diff changeset
40 extern gaslist_reset_mod