Mercurial > public > hwos_code
comparison src/gaslist.inc @ 0:11d4fc797f74
init
author | heinrichsweikamp |
---|---|
date | Wed, 24 Apr 2013 19:22:45 +0200 |
parents | |
children | afa31c815f24 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:11d4fc797f74 |
---|---|
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 | |
32 extern gaslist_MOD_END | |
33 extern gaslist_reset_mod_title, gaslist_reset_mod |