FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiSat_i.h @ 92:c0052fe355d3
src/ui/bmi/*.[ch]: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 06:39:16 +0000 |
parents | 67bfe9f274f6 |
children | 262aa591dc7a |
comparison
equal
deleted
inserted
replaced
91:c3d28a37caad | 92:c0052fe355d3 |
---|---|
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 |
26 MMI SIM toolkit internal/private interface | 26 MMI SIM toolkit internal/private interface |
27 | 27 |
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 |
49 #ifndef _DEF_MMI_SAT_I_H_ | 49 #ifndef _DEF_MMI_SAT_I_H_ |
76 S16 callId; /* id of new call */ | 76 S16 callId; /* id of new call */ |
77 S32 redialTime; /* maximal redial time */ | 77 S32 redialTime; /* maximal redial time */ |
78 char * TextString; /* name of called party */ | 78 char * TextString; /* name of called party */ |
79 char * TextString2; /* alpha id 2 - use on "calling" screen */ | 79 char * TextString2; /* alpha id 2 - use on "calling" screen */ |
80 //x0035544 Feb 06, 2006 DR:OMAPS00061467 | 80 //x0035544 Feb 06, 2006 DR:OMAPS00061467 |
81 #ifdef FF_MMI_SAT_ICON | 81 #ifdef FF_MMI_SAT_ICON |
82 T_SAT_IconInfo IconInfo; /*Icon data */ | 82 T_SAT_IconInfo IconInfo; /*Icon data */ |
83 T_SAT_IconInfo IconInfo2; | 83 T_SAT_IconInfo IconInfo2; |
84 #endif | 84 #endif |
85 | 85 |
86 } T_SAT_call_setup_parameter; | 86 } T_SAT_call_setup_parameter; |
94 #define SAT_F_CALL_PUT_ON_HOLD_REDIAL (U8)0x03 | 94 #define SAT_F_CALL_PUT_ON_HOLD_REDIAL (U8)0x03 |
95 #define SAT_F_CALL_DISCONNECT (U8)0x04 | 95 #define SAT_F_CALL_DISCONNECT (U8)0x04 |
96 #define SAT_F_CALL_DISCONNECT_REDIAL (U8)0x05 | 96 #define SAT_F_CALL_DISCONNECT_REDIAL (U8)0x05 |
97 | 97 |
98 #define SAT_M_SMS_PACKING (U8)0x01 | 98 #define SAT_M_SMS_PACKING (U8)0x01 |
99 | 99 |
100 #define SAT_M_TEXT_HIGH_PRIO (U8)0x01 | 100 #define SAT_M_TEXT_HIGH_PRIO (U8)0x01 |
101 #define SAT_M_TEXT_WAIT (U8)0x80 | 101 #define SAT_M_TEXT_WAIT (U8)0x80 |
102 | 102 |
103 #define SAT_M_INKEY_ALPHA (U8)0x01 | 103 #define SAT_M_INKEY_ALPHA (U8)0x01 |
104 #define SAT_M_INKEY_UCS2 (U8)0x02 | 104 #define SAT_M_INKEY_UCS2 (U8)0x02 |
136 SAT_CALL_ALERT, /* call control alerting */ | 136 SAT_CALL_ALERT, /* call control alerting */ |
137 SAT_SESSION_END, /* session terminated */ | 137 SAT_SESSION_END, /* session terminated */ |
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 */ |