platform.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:10k
源码类别:

Windows CE

开发平台:

C/C++

  1. /*****************************************************************************
  2.  *
  3.  * This program is free software ; you can redistribute it and/or modify
  4.  * it under the terms of the GNU General Public License as published by
  5.  * the Free Software Foundation; either version 2 of the License, or
  6.  * (at your option) any later version.
  7.  *
  8.  * This program is distributed in the hope that it will be useful,
  9.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11.  * GNU General Public License for more details.
  12.  *
  13.  * You should have received a copy of the GNU General Public License
  14.  * along with this program; if not, write to the Free Software
  15.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  16.  *
  17.  * $Id: platform.h 593 2006-01-17 22:25:08Z picard $
  18.  *
  19.  * The Core Pocket Media Player
  20.  * Copyright (c) 2004-2005 Gabor Kovacs
  21.  *
  22.  ****************************************************************************/
  23. #ifndef __PLATFORM_H
  24. #define __PLATFORM_H
  25. #define DEBUG_TEST 0x01
  26. #define DEBUG_FORMAT 0x02
  27. #define DEBUG_PLAYER 0x04
  28. #define DEBUG_WIN 0x08
  29. #define DEBUG_SYS 0x10
  30. #define DEBUG_VIDEO 0x20
  31. #define DEBUG_AUDIO 0x40
  32. #define DEBUG_VCODEC 0x80
  33. #define DEBUG_ACODEC 0x100
  34. #define DEBUG_VCODEC2 0x200
  35. #define PLATFORM_ID FOURCC('P','L','A','T')
  36. #define PLATFORM_LANG 0x10
  37. #define PLATFORM_MODEL 0x12
  38. #define PLATFORM_CAPS 0x13
  39. #define PLATFORM_ICACHE 0x14
  40. #define PLATFORM_DCACHE 0x15
  41. #define PLATFORM_TYPE 0x17
  42. #define PLATFORM_VER 0x19
  43. #define PLATFORM_TYPENO 0x1A
  44. #define PLATFORM_OEMINFO 0x18
  45. #define PLATFORM_VERSION 0x1B
  46. #define PLATFORM_CPU 0x11
  47. #define PLATFORM_CPUMHZ 0x22
  48. #define PLATFORM_WMPVERSION 0x25
  49. #define PLATFORM_ORIENTATION 0x26
  50. // models
  51. #define MODEL_UNKNOWN 0
  52. #define MODEL_IPAQ_H3600 1
  53. #define MODEL_IPAQ_H3700 2
  54. #define MODEL_IPAQ_H3800 3
  55. #define MODEL_IPAQ_H3900 4
  56. #define MODEL_O2_XDA 5
  57. #define MODEL_TOSHIBA_E740 6
  58. #define MODEL_TOSHIBA_E750 7
  59. #define MODEL_CASIO_E105 8
  60. #define MODEL_CASIO_E115 9
  61. #define MODEL_CASIO_E125 10
  62. #define MODEL_CASIO_EM500 11
  63. #define MODEL_CASIO_E200 12
  64. #define MODEL_AMIGO_600C 13
  65. #define MODEL_JVC_C33 14
  66. #define MODEL_JORNADA_680 15
  67. #define MODEL_JORNADA_690 16
  68. #define MODEL_JORNADA_710 17
  69. #define MODEL_JORNADA_720 18
  70. #define MODEL_SIGMARION 19
  71. #define MODEL_SIGMARION2 20
  72. #define MODEL_SIGMARION3 21
  73. #define MODEL_MOBILEGEAR2_450 22
  74. #define MODEL_MOBILEGEAR2_430 23
  75. #define MODEL_MOBILEGEAR2_520 24
  76. #define MODEL_MOBILEGEAR2_530 25
  77. #define MODEL_MOBILEGEAR2_550 26
  78. #define MODEL_MOBILEGEAR2_700 27
  79. #define MODEL_MOBILEGEAR2_730 28
  80. #define MODEL_MOBILEPRO_770 29
  81. #define MODEL_MOBILEPRO_780 30
  82. #define MODEL_INTERMEC_6651 31
  83. #define MODEL_JORNADA_540 32
  84. #define MODEL_TOSHIBA_E800 33
  85. #define MODEL_CASIO_BE300 34
  86. #define MODEL_SPV_C500_ORIGROM 35
  87. #define MODEL_BSQUARE_ALCHEMY 36
  88. #define MODEL_IPAQ_HX4700 37
  89. #define MODEL_AXIM_X5 38
  90. #define MODEL_AXIM_X50 39
  91. #define MODEL_LOOX_720 40
  92. #define MODEL_COMPAQ_AERO_1500 41
  93. #define MODEL_ZODIAC 42
  94. #define MODEL_TUNGSTEN_T 43
  95. #define MODEL_TUNGSTEN_T2 44
  96. #define MODEL_TUNGSTEN_T3 45
  97. #define MODEL_TUNGSTEN_T5 46
  98. #define MODEL_TREO_600 47
  99. #define MODEL_TREO_650 48
  100. #define MODEL_IQUE_3600 49
  101. #define MODEL_PALM_SIMULATOR 50
  102. #define MODEL_QDA700 51
  103. #define MODEL_TUNGSTEN_E 52
  104. #define MODEL_TUNGSTEN_E2 53
  105. #define MODEL_ZIRE_72 54
  106. #define MODEL_LIFEDRIVE 55
  107. #define MODEL_SONY_TH55 56
  108. #define MODEL_SONY_UX40 57
  109. #define MODEL_SONY_UX50 58
  110. #define MODEL_SONY_VZ90 59
  111. #define MODEL_TUNGSTEN_C 60
  112. #define MODEL_ZIRE_71 61
  113. #define MODEL_NEXIO_XP30 62
  114. #define MODEL_NEXIO_XP40 63
  115. #define MODEL_ZIRE_31 64
  116. #define MODEL_PALM_TX 65
  117. #define MODEL_PALM_Z22 66
  118. #define MODEL_MOBILEPRO_790 67
  119. #define MODEL_NOVOGO 68
  120. // special cpu and framebuffer features
  121. #define CAPS_ARM_5E 0x0001
  122. #define CAPS_ARM_XSCALE 0x1000
  123. #define CAPS_ARM_WMMX 0x0002
  124. #define CAPS_MIPS_VR4110 0x0004
  125. #define CAPS_MIPS_VR4120 0x2000
  126. #define CAPS_MIPS_VR41XX 0x2004
  127. #define CAPS_X86_MMX 0x0008
  128. #define CAPS_X86_MMX2 0x0100
  129. #define CAPS_X86_SSE 0x0010
  130. #define CAPS_X86_SSE2 0x0200
  131. #define CAPS_X86_3DNOW 0x0400
  132. #define CAPS_ONLY12BITRGB 0x0020
  133. #define CAPS_LANDSCAPE 0x0040
  134. #define CAPS_PORTRAIT 0x0080
  135. #define CAPS_OLDSHELL 0x0800
  136. #define CAPS_SONY 0x4000
  137. #define CAPS_ARM_GENERAL 0x8000
  138. #define CAPS_SCREEN_SHIFT 0x10000
  139. // platform types
  140. #define TYPE_WINCE 0
  141. #define TYPE_POCKETPC 1
  142. #define TYPE_SMARTPHONE 2
  143. #define TYPE_WIN32 3
  144. #define TYPE_PALMOS 4
  145. #define TYPE_SYMBIAN 5
  146. void Platform_Init();
  147. void Platform_Done();
  148. void Log_Done();
  149. DLL int QueryPlatform(int Param);
  150. DLL void QueryDesktop(video*);
  151. DLL bool_t IsOrientationChanged();
  152. DLL bool_t GetHandedness();
  153. DLL int GetOrientation();
  154. DLL int SetOrientation(int);
  155. DLL void GlobalInvalidate(const rect*);
  156. DLL void AdjustOrientation(video* p, bool_t Combine);
  157. DLL bool_t HaveDPad();
  158. #ifdef TARGET_WINCE
  159. DLL bool_t KernelMode(bool_t v);
  160. #else
  161. static INLINE bool_t KernelMode(bool_t v) { return 0; }
  162. #endif
  163. DLL bool_t GetDisplayPower();
  164. DLL int SetDisplayPower(bool_t State,bool_t Force);
  165. DLL bool_t GetKeyboardBacklight();
  166. DLL int SetKeyboardBacklight(bool_t State);
  167. DLL void SleepTimeout(bool_t KeepProcess,bool_t KeepDisplay);
  168. DLL void SleepTimerReset();
  169. DLL void GetDebugPath(tchar_t* Path, int PathLen, const tchar_t* FileName);
  170. DLL void GetSystemPath(tchar_t* Path, int PathLen, const tchar_t* FileName);
  171. DLL bool_t SaveDocument(const tchar_t* Name, const tchar_t* Text,tchar_t* URL,int URLLen);
  172. DLL void WaitDisable(bool_t);
  173. DLL bool_t WaitBegin();
  174. DLL void WaitEnd();
  175. DLL void* BrushCreate(rgbval_t);
  176. DLL void BrushDelete(void*);
  177. DLL void WinFill(void* DC,rect* Rect,rect* Exclude,void* Brush);
  178. DLL void WinValidate(const rect*);
  179. DLL void WinInvalidate(const rect*, bool_t Local);
  180. DLL void WinUpdate();
  181. DLL int GetTimeTick();
  182. DLL int GetTimeFreq();
  183. DLL void GetTimeCycle(int*);
  184. DLL int64_t GetTimeDate(); // yyyyhhddhhmmssmmm
  185. DLL bool_t CheckModule(const tchar_t* Name);
  186. DLL void ReleaseModule(void** Module);
  187. DLL void GetProc(void** Module,void* Ptr,const tchar_t* ProcName,int Optional);
  188. DLL void ShowError(int Class, int MsgClass, int MsgNo, ...);
  189. DLL void ShowMessage(const tchar_t* Title,const tchar_t* Msg,...);
  190. DLL void DebugMessage(const tchar_t*,...);
  191. DLL void DebugBinary(const tchar_t*,const void* Data,int Length);
  192. DLL int DebugMask();
  193. DLL int CPUSpeed();
  194. #define DIA_TASKBAR 1
  195. #define DIA_SIP 2
  196. #define DIA_ALL (DIA_SIP|DIA_TASKBAR)
  197. void DIASet(int State,int Mask);
  198. int DIAGet(int Mask);
  199. bool_t DIASupported();
  200. #ifndef NDEBUG
  201.   #define DEBUG_BIN(m,x,p,n) if (DebugMask() & (m)) DebugBinary(x,p,n)
  202.   #define DEBUG_MSG(m,x) if (DebugMask() & (m)) DebugMessage(x)
  203.   #define DEBUG_MSG1(m,x,a) if (DebugMask() & (m)) DebugMessage(x,a)
  204.   #define DEBUG_MSG2(m,x,a,b) if (DebugMask() & (m)) DebugMessage(x,a,b)
  205.   #define DEBUG_MSG3(m,x,a,b,c) if (DebugMask() & (m)) DebugMessage(x,a,b,c)
  206.   #define DEBUG_MSG4(m,x,a,b,c,d) if (DebugMask() & (m)) DebugMessage(x,a,b,c,d)
  207.   #define DEBUG_MSG5(m,x,a,b,c,d,e) if (DebugMask() & (m)) DebugMessage(x,a,b,c,d,e)
  208.   #define DEBUG_MSG6(m,x,a,b,c,d,e,f) if (DebugMask() & (m)) DebugMessage(x,a,b,c,d,e,f)
  209.   #define DEBUG_MSG7(m,x,a,b,c,d,e,f,g) if (DebugMask() & (m)) DebugMessage(x,a,b,c,d,e,f,g)
  210. #else
  211.   #define DEBUG_BIN(m,x,p,n)
  212.   #define DEBUG_MSG(m,x)
  213.   #define DEBUG_MSG1(m,x,a)
  214.   #define DEBUG_MSG2(m,x,a,b)
  215.   #define DEBUG_MSG3(m,x,a,b,c)
  216.   #define DEBUG_MSG4(m,x,a,b,c,d)
  217.   #define DEBUG_MSG5(m,x,a,b,c,d,e)
  218.   #define DEBUG_MSG6(m,x,a,b,c,d,e,f)
  219.   #define DEBUG_MSG7(m,x,a,b,c,d,e,f,g)
  220. #endif
  221. DLL int SafeException(void*);
  222. #if defined(_MSC_VER) && (defined(TARGET_WIN32) || defined(TARGET_WINCE))
  223. void* __cdecl _exception_info();
  224. #define SAFE_BEGIN __try {
  225. #define SAFE_END ;} __except (SafeException(_exception_info())) {}
  226. #define TRY_BEGIN __try {
  227. #define TRY_END ;} __except (1) {}
  228. #else
  229. #define SAFE_BEGIN 
  230. #define SAFE_END
  231. #define TRY_BEGIN 
  232. #define TRY_END 
  233. #endif
  234. #define PLATFORM_CRASH_MESSAGE 100
  235. #define PLATFORM_CRASH_TITLE 101
  236. #define PLATFORM_YES 102
  237. #define PLATFORM_NO 103
  238. #define PLATFORM_DUMP_MESSAGE 104
  239. #define PLATFORM_DUMP_TITLE 105
  240. #define PLATFORM_OK 106
  241. #define PLATFORM_CANCEL 107
  242. #define PLATFORM_ERROR 108
  243. #define PLATFORM_MEMORY_LOW 109
  244. #define PLATFORM_KEY_ENTER 110
  245. #define PLATFORM_KEY_UP 111
  246. #define PLATFORM_KEY_DOWN 112
  247. #define PLATFORM_KEY_LEFT 113
  248. #define PLATFORM_KEY_RIGHT 114
  249. #define PLATFORM_KEY_SPACE 115
  250. #define PLATFORM_KEY_APP 116
  251. #define PLATFORM_KEY_CTRL 117
  252. #define PLATFORM_KEY_SHIFT 118
  253. #define PLATFORM_KEY_ALT 119
  254. #define PLATFORM_KEY_WIN 120
  255. #define PLATFORM_KEY_ACTION 123
  256. #define PLATFORM_ASSIGN 121
  257. #define PLATFORM_CLEAR 122
  258. #define PLATFORM_RESET 130
  259. #define PLATFORM_KEY_ESCAPE 131
  260. #define PLATFORM_KEY_PREV 132
  261. #define PLATFORM_KEY_NEXT 133
  262. #define PLATFORM_KEY_PLAY 134
  263. #define PLATFORM_KEY_STOP 135
  264. #define PLATFORM_DONE 136
  265. #define HOTKEY_MASK 0x0FFFF
  266. #define HOTKEY_SHIFT 0x10000
  267. #define HOTKEY_CTRL 0x20000
  268. #define HOTKEY_ALT 0x40000
  269. #define HOTKEY_WIN 0x80000
  270. #define HOTKEY_KEEP 0x100000
  271. //---------
  272. // private
  273. typedef struct platform
  274. {
  275. node Node;
  276. int Model;
  277. int Caps;
  278. int ICache;
  279. int DCache;
  280. int Type;
  281. int Ver;
  282. int Orientation;
  283. int WMPVersion;
  284. int64_t Tick0;
  285. bool_t DisplayPower;
  286. tchar_t OemInfo[64];
  287. tchar_t PlatformType[20];
  288. tchar_t CPU[32];
  289. tchar_t Version[16];
  290. } platform;
  291. extern const nodedef Platform;
  292. #endif