Go to the source code of this file.
Enumerations | |
| enum | sms_hardware { unknown = 0, powerbook = 1, ibook = 2, highrespb = 3, macbookpro = 4 } |
Functions | |
| int | detect_sms () |
| int | read_sms_raw (int type, int *x, int *y, int *z) |
| int | read_sms (int type, int *x, int *y, int *z) |
| int | read_sms_real (int type, double *x, double *y, double *z) |
| enum sms_hardware |
| int detect_sms | ( | ) |
| int read_sms | ( | int | type, | |
| int * | x, | |||
| int * | y, | |||
| int * | z | |||
| ) |
| int read_sms_raw | ( | int | type, | |
| int * | x, | |||
| int * | y, | |||
| int * | z | |||
| ) |
Referenced by GetOrientation().
| int read_sms_real | ( | int | type, | |
| double * | x, | |||
| double * | y, | |||
| double * | z | |||
| ) |
1.5.6