FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiSat_i.h @ 120:262aa591dc7a
mmiSat_i.h: bogotab fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 10 Nov 2020 05:53:04 +0000 |
parents | c0052fe355d3 |
children | 62480f597962 |
comparison
equal
deleted
inserted
replaced
119:e581247d8489 | 120:262aa591dc7a |
---|---|
1 | 1 |
2 /******************************************************************************* | 2 /******************************************************************************* |
3 | 3 |
4 CONDAT (UK) | 4 CONDAT (UK) |
5 | 5 |
6 ******************************************************************************** | 6 ******************************************************************************** |
7 | 7 |
8 This software product is the property of Condat (UK) Ltd and may not be | 8 This software product is the property of Condat (UK) Ltd and may not be |
9 disclosed to any third party without the express permission of the owner. | 9 disclosed to any third party without the express permission of the owner. |
10 | 10 |
11 ******************************************************************************** | 11 ******************************************************************************** |
12 | 12 |
13 $Project name: Basic MMI | 13 $Project name: Basic MMI |
14 $Project code: BMI (6349) | 14 $Project code: BMI (6349) |
15 $Module: MMI | 15 $Module: MMI |
16 $File: MmiSat_I.h | 16 $File: MmiSat_I.h |
17 $Revision: 1.0 | 17 $Revision: 1.0 |
18 | 18 |
19 $Author: Condat(UK) | 19 $Author: Condat(UK) |
20 $Date: 25/10/00 | 20 $Date: 25/10/00 |
21 | 21 |
22 ******************************************************************************** | 22 ******************************************************************************** |
23 | 23 |
24 Description: | 24 Description: |
25 | 25 |
28 | 28 |
29 ******************************************************************************** | 29 ******************************************************************************** |
30 | 30 |
31 $History: MmiSat_I.h | 31 $History: MmiSat_I.h |
32 | 32 |
33 Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) | 33 Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) |
34 R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) | 34 R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) |
35 SAT proactive commands and Language Selection SAT event | 35 SAT proactive commands and Language Selection SAT event |
36 | 36 |
37 Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 | 37 Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 |
38 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. | 38 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. |
39 Solution: created and defined the new structure called T_SAT_IconInfo at the structure | 39 Solution: created and defined the new structure called T_SAT_IconInfo at the structure |
40 T_SAT_call_setup_parameter to support SAT icon data. | 40 T_SAT_call_setup_parameter to support SAT icon data. |
41 | 41 |
42 | 42 |
43 25/10/00 Original Condat(UK) BMI version. | 43 25/10/00 Original Condat(UK) BMI version. |
44 | 44 |
45 $End | 45 $End |
46 | 46 |
47 *******************************************************************************/ | 47 *******************************************************************************/ |
48 | 48 |
61 #define TWO_MIN 0x1D4C0 /* 2 min */ | 61 #define TWO_MIN 0x1D4C0 /* 2 min */ |
62 #define FOREVER 0xFFFF /* Infinite time period. */ | 62 #define FOREVER 0xFFFF /* Infinite time period. */ |
63 //x0035544 Feb 06, 2006 DR:OMAPS00061467 | 63 //x0035544 Feb 06, 2006 DR:OMAPS00061467 |
64 #ifdef FF_MMI_SAT_ICON | 64 #ifdef FF_MMI_SAT_ICON |
65 typedef struct | 65 typedef struct |
66 { /* SAT ICON DATA */ | 66 { /* SAT ICON DATA */ |
67 U8 width; /* SAT Icon width */ | 67 U8 width; /* SAT Icon width */ |
68 U8 height; /* SAT Icon height */ | 68 U8 height; /* SAT Icon height */ |
69 char* dst; /* Icon data */ | 69 char* dst; /* Icon data */ |
70 BOOL selfExplanatory; | 70 BOOL selfExplanatory; |
71 } T_SAT_IconInfo; | 71 } T_SAT_IconInfo; |
72 #endif | 72 #endif |
73 | 73 |
74 typedef struct | 74 typedef struct |
75 { | 75 { |
138 SAT_RETURN, /* SETUP_MENU shall recreate */ | 138 SAT_RETURN, /* SETUP_MENU shall recreate */ |
139 SAT_EXIT, /* SETUP_MENU shall selfdestroy */ | 139 SAT_EXIT, /* SETUP_MENU shall selfdestroy */ |
140 SAT_CALL_REDIAL, /* attempt a redial */ | 140 SAT_CALL_REDIAL, /* attempt a redial */ |
141 SAT_REFRESH, /* refresh SIM fields */ | 141 SAT_REFRESH, /* refresh SIM fields */ |
142 SAT_CALL_END, /* clean up after call end */ | 142 SAT_CALL_END, /* clean up after call end */ |
143 SAT_DESTROY_WINDOW, /* sbh - destroy the current window */ | 143 SAT_DESTROY_WINDOW, /* sbh - destroy the current window */ |
144 SAT_IDLE_TEXT, /* sbh - display text on idle screen */ | 144 SAT_IDLE_TEXT, /* sbh - display text on idle screen */ |
145 SAT_SET_EVENTS, /* sbh - request when events will happen */ | 145 SAT_SET_EVENTS, /* sbh - request when events will happen */ |
146 SAT_SEND_DTMF, /* send service command */ | 146 SAT_SEND_DTMF, /* send service command */ |
147 | 147 |
148 /* SPR#1786 - DS - SAT Class E Events */ | 148 /* SPR#1786 - DS - SAT Class E Events */ |
149 SAT_OPEN_CHANNEL, | 149 SAT_OPEN_CHANNEL, |
150 SAT_CLOSE_CHANNEL, | 150 SAT_CLOSE_CHANNEL, |