Appendix E - Dynamic Link Library (DLL) Function Reference
CARROLL TOUCH
E-14
Touch System Programmer’s Guide
SetTemporalFilterInfo (17)
Description
To be determined.
IMPORTS Statement in the Definition File
SetTemporalFilter=MOUSE.17
Functions Prototype
void FAR PASCAL SetTemporalFilter(LPSTR);
Data Structure and Parameter Variable
Definitions of legal values for the
temporal_filter_time
variable:
#define TFTI_disable
0
#define TFTI_142ms
1
#define TFTI_285ms
2
#define TFTI_428ms
3
#define TFTI_571ms
4
#define TFTI_714ms
5
#define TFTI_857ms
6
#define TFTI_1000ms
7
Definitions of legal values for the
temporal_filter_space
variable:
#define TFSP_0
0
#define TFSP_1
1
#define TFSP_2
2
#define TFSP_3
3
#define TFSP_4
4
#define TFSP_5
5
#define TFSP_6
6
#define TFSP_7
7
#define TFSP_8
8
#define TFSP_9
9
#define TFSP_A
A
#define TFSP_B
B
#define TFSP_C
C
#define TFSP_D
D
#define TFSP_E
E
#define TFSP_F
F
typedef struct tagTEMPORALFILTERPARAMS {
char TFTime;
char TFSpace;
} TEMPORALFILTERPARAMS_TYPE;
static TEMPORALFILTERPARAMS_TYPE temporalfilter_params;
Содержание TouchSystems CarrollTouch Prog
Страница 1: ...CARROLL TOUCH TOUCH PRODUCTS an company AMP Touch System Programmer s Guide ...
Страница 11: ...Table of Contents CARROLL TOUCH viii ...
Страница 13: ...Table of Contents CARROLL TOUCH x ...
Страница 17: ...Welcome CARROLL TOUCH xiv Touch System Programmer s Guide ...
Страница 25: ...Chapter 1 Introduction to Infrared Touch Systems CARROLL TOUCH 1 8 Touch System Programmer s Guide ...
Страница 29: ...Chapter 2 Introduction to Guided Wave Touch Systems CARROLL TOUCH 2 4 Touch System Programmer s Guide ...
Страница 41: ...Chapter 3 General Programming Issues CARROLL TOUCH 3 12 Touch System Programmer s Guide ...
Страница 57: ...Chapter 4 Smart Frame Protocol CARROLL TOUCH 4 16 Touch System Programmer s Guide ...
Страница 87: ...Chapter 6 Touch Application Program Interface TAPI CARROLL TOUCH 6 10 Touch System Programmer s Guide ...
Страница 149: ...Appendix A Smart Frame Protocol Command Reference CARROLL TOUCH A 40 Touch System Programmer s Guide ...
Страница 179: ...Appendix B Smart Frame Protocol II Function Reference CARROLL TOUCH B 30 Touch System Programmer s Guide ...
Страница 237: ...Appendix D CTKERN Function Reference CARROLL TOUCH D 42 Touch System Programmer s Guide ...