#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <libphidgets/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_DetachHandler (CPhidgetHandle IFK, void *userptr) |
int | IFK_ErrorHandler (CPhidgetHandle IFK, void *userptr, int ErrorCode, const char *unknown) |
int | IFK_InputChangeHandler (CPhidgetInterfaceKitHandle IFK, void *userptr, int Index, int Value) |
int | IFK_OutputChangeHandler (CPhidgetInterfaceKitHandle IFK, void *userptr, int Index, int Value) |
int | IFK_SensorChangeHandler (CPhidgetInterfaceKitHandle IFK, void *userptr, int Index, int Value) |
int | main (int argc, char *argv[]) |
int | test_interfacekit () |
Function Documentation
int IFK_ErrorHandler |
( |
CPhidgetHandle |
IFK, |
|
|
void * |
userptr, |
|
|
int |
ErrorCode, |
|
|
const char * |
unknown |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |