#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <phidget21.h>
Go to the source code of this file.
Functions | |
void | display_generic_properties (CPhidgetHandle phid) |
int | IFK_AttachHandler (CPhidgetHandle IFK, void *userptr) |
int | IFK_SensorChangeHandler (CPhidgetInterfaceKitHandle IFK, void *userptr, int Index, int Value) |
int | main (int argc, char *argv[]) |
int | test_interfacekit () |
Variables | |
int | i |
int | wert [100] |
void display_generic_properties | ( | CPhidgetHandle | phid | ) |
Definition at line 12 of file tablet_leer.c.
int IFK_AttachHandler | ( | CPhidgetHandle | IFK, |
void * | userptr | ||
) |
Definition at line 79 of file tablet_leer.c.
int IFK_SensorChangeHandler | ( | CPhidgetInterfaceKitHandle | IFK, |
void * | userptr, | ||
int | Index, | ||
int | Value | ||
) |
Definition at line 28 of file tablet_leer.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 150 of file tablet_leer.c.
int test_interfacekit | ( | ) |
Definition at line 86 of file tablet_leer.c.
int i |
Definition at line 10 of file tablet_leer.c.
int wert[100] |
Definition at line 9 of file tablet_leer.c.