FreeCalypso > hg > fc-magnetite
comparison src/ui3/bmi/mmiSatClassE.h @ 420:e8ddbb0837ed
src/ui3: initial import of TCS3/LoCosto BMI & MFW code
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 21 Jan 2018 03:09:00 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 419:59143cd42ec7 | 420:e8ddbb0837ed |
|---|---|
| 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_ */ |
