User manual

Linux Guide taskit GmbH
Synopsis
struct irentry {
unsigned char code;
struct portuxinputevent value;
};
Members
code - code for which the event value ought to happen
value - event that ought to happen
11.5.4. struct calibration
Name
struct calibration— used in PORTUXTOUCH_IOC_CALIBRATIONSTATUS to monitor
touch panel calibration
Synopsis
struct calibration {
unsigned short minx;
unsigned short maxx;
unsigned short miny;
unsigned short maxy;
unsigned char active;
unsigned char timeout;
unsigned char remaining;
};
Members
minx - current minimum x value
maxx - current maximum x value
miny - current minimum y value
maxy - current maximum y value
active - shows if calibration is currently executed
timeout - the timeout used
remaining - number of seconds until calibration is finished
11.5.5. struct eeprom_t
Name
struct eeprom_t — used in PORTUXINPUT_IOC_WRITEEEPROM and
PORTUXINPUT_IOC_READEEPROM to store data and EEPROM address.
Synopsis
struct calibration {
unsigned short address;
unsigned char data;
};
Page 47 of 65 Version 1.26 (2008-04-30)