00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef _H_POS_TOUCH
00019 #define _H_POS_TOUCH 1
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #define PosTOUCH_SUBTYPE_4695_A 1
00033 #define PosTOUCH_SUBTYPE_4695_B 2
00034
00035 #define PosTOUCH_SUBTYPE_4695_104_M 1
00036 #define PosTOUCH_SUBTYPE_4695_95_C 2
00037 #define PosTOUCH_SUBTYPE_4695_104_C 3
00038 #define PosTOUCH_SUBTYPE_4695_121_C 4
00039
00040 #define PosTOUCH_SUBTYPE_SUREPOINT_95_M 10
00041 #define PosTOUCH_SUBTYPE_SUREPOINT_95_C 11
00042 #define PosTOUCH_SUBTYPE_SUREPOINT_104_C 12
00043
00044 #define PosTOUCH_SUBTYPE_4820 13
00045
00046
00047
00048
00049
00050 #define PosNtouchBackLightOnEvent "touchBackLightOnEvent"
00051 #define PosNtouchBrightness "touchBrightness"
00052 #define PosNtouchClickVolume "touchClickVolume"
00053 #define PosNtouchContrast "touchContrast"
00054 #define PosNtouchEntryClick "touchEntryClick"
00055 #define PosNtouchExitClick "touchExitClick"
00056 #define PosNtouchMaxX "touchMaxX"
00057 #define PosNtouchMaxY "touchMaxY"
00058 #define PosNtouchMode "touchMode"
00059 #define PosNtouchScreenSaverTime "touchScreenSaverTime"
00060 #define PosNtouchToneDuration "touchToneDuration"
00061 #define PosNtouchToneFreq "touchToneFreq"
00062 #define PosNtouchToneVolume "touchToneVolume"
00063
00064
00065
00066
00067
00068
00069 #define PosCTouchBackLightOnEvent "TouchBackLightOnEvent"
00070 #define PosCTouchBrightness "TouchBrightness"
00071 #define PosCTouchClickVolume "TouchClickVolume"
00072 #define PosCTouchContrast "TouchContrast"
00073 #define PosCTouchEntryClick "TouchEntryClick"
00074 #define PosCTouchExitClick "TouchExitClick"
00075 #define PosCTouchMaxX "TouchMaxX"
00076 #define PosCTouchMaxY "TouchMaxY"
00077 #define PosCTouchMode "TouchMode"
00078 #define PosCTouchScreenSaverTime "TouchScreenSaverTime"
00079 #define PosCTouchToneDuration "TouchToneDuration"
00080 #define PosCTouchToneFreq "TouchToneFreq"
00081 #define PosCTouchToneVolume "TouchToneVolume"
00082
00083
00084
00085
00086
00087
00088 #define PosTOUCH_MODE_TRACKING 0x01
00089 #define PosTOUCH_MODE_ENTER 0x02
00090 #define PosTOUCH_MODE_EXIT 0x04
00091
00092
00093
00094
00095
00096
00097 #define PosTOUCH_BUTTON1_DOWN 0x0001
00098 #define PosTOUCH_ERROR 0x0010
00099
00100
00101
00102
00103 #define POS_TOUCH_MTS_CALIBRATE (6700 + 3)
00104 #define POS_TOUCH_MTS_RESET (6700 + 4)
00105 #define POS_TOUCH_MTS_NATIVE (6700 + 5)
00106 #define POS_TOUCH_MTS_EMULATION (6700 + 6)
00107
00108
00109
00110
00111 #define POSM_TOUCH_MTS_COMMAND (POSM_MSG_BASE + 27)
00112
00113
00114 #endif
00115