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 31 of file set_device_name.cpp.
int DetachHandler | ( | CPhidgetHandle | phid, |
void * | userPtr | ||
) |
Definition at line 50 of file set_device_name.cpp.
int display_devices | ( | CPhidgetManagerHandle | MAN | ) |
Definition at line 69 of file set_device_name.cpp.
int ErrorHandler | ( | CPhidgetManagerHandle | MAN, |
void * | usrptr, | ||
int | Code, | ||
const char * | Description | ||
) |
Definition at line 62 of file set_device_name.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 198 of file set_device_name.cpp.
int set_device_label | ( | ) |
Definition at line 141 of file set_device_name.cpp.
void set_label | ( | CPhidgetManagerHandle | MAN, |
int | index | ||
) |
Definition at line 101 of file set_device_name.cpp.