
Go to the source code of this file.
Functions | |
| int | AttachHandler (CPhidgetHandle phid, void *userPtr) |
| int | DetachHandler (CPhidgetHandle phid, void *userPtr) |
| int | display_devices (CPhidgetManagerHandle MAN) |
| int | ErrorHandler (CPhidgetManagerHandle MAN, void *usrptr, int Code, const char *Description) |
| int | main (int argc, char *argv[]) |
| int | set_device_label () |
| void | set_label (CPhidgetManagerHandle MAN, int index) |
| int AttachHandler | ( | CPhidgetHandle | phid, |
| void * | userPtr | ||
| ) |
Definition at line 17 of file set_device_name.cpp.
| int DetachHandler | ( | CPhidgetHandle | phid, |
| void * | userPtr | ||
| ) |
Definition at line 36 of file set_device_name.cpp.
| int display_devices | ( | CPhidgetManagerHandle | MAN | ) |
Definition at line 55 of file set_device_name.cpp.
| int ErrorHandler | ( | CPhidgetManagerHandle | MAN, |
| void * | usrptr, | ||
| int | Code, | ||
| const char * | Description | ||
| ) |
Definition at line 48 of file set_device_name.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 184 of file set_device_name.cpp.
| int set_device_label | ( | ) |
Definition at line 127 of file set_device_name.cpp.
| void set_label | ( | CPhidgetManagerHandle | MAN, |
| int | index | ||
| ) |
Definition at line 87 of file set_device_name.cpp.