comparison src/ui/bmi/mmiSatClassE.h @ 3:67bfe9f274f6

src/ui: import of src/ui3 from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:33:10 +0000
parents
children c0052fe355d3
comparison
equal deleted inserted replaced
2:3a14ee9a9843 3:67bfe9f274f6
1 /*******************************************************************************
2
3 CONDAT (UK)
4
5 ********************************************************************************
6
7 This software product is the property of Condat (UK) Ltd and may not be
8 disclosed to any third party without the express permission of the owner.
9
10 ********************************************************************************
11
12 $Project name: Basic MMI
13 $Project code: BMI (6349)
14 $Module: MMI
15 $File: MmiSatClassE.h
16 $Revision: 1.0
17
18 $Author: Condat(UK)
19 $Date: 13/03/03
20
21 ********************************************************************************
22
23 Description:
24
25 This is the header file for the SAT Class E implementation.
26
27 ********************************************************************************
28 $History: MmiSatClassE.h
29
30 13/03/03 Original Condat(UK) BMI version.
31
32 $End
33
34 *******************************************************************************/
35
36 #ifndef _DEF_MMI_SAT_CLASS_E_H_
37 #define _DEF_MMI_SAT_CLASS_E_H_
38
39 #include "mfw_mfw.h"
40 #include "mfw_sat.h"
41
42 /*
43 * External Interfaces
44 */
45
46 T_MFW_HND sat_class_e_create(T_MFW_HND parent_win);
47 void sat_class_e_exec (T_MFW_HND win, USHORT event, SHORT value, T_SAT_CMD * sat_command);
48
49 #endif /* _DEF_MMI_SAT_CLASS_E_H_ */