RTEMS
5.0.0
|
Go to the source code of this file.
Data Structures | |
struct | MW_UID_MESSAGE |
Enumerations | |
enum | MW_INPUT_DEVICE_TYPE { MV_UID_INVALID = 0, MV_UID_REL_POS = 1, MV_UID_ABS_POS = 2, MV_UID_KBD = 3, MV_UID_TIMER = 4 } |
Functions | |
int | uid_open_queue (const char *q_name, int flags, size_t max_msgs) |
int | uid_close_queue (void) |
int | uid_read_message (struct MW_UID_MESSAGE *m, unsigned long timeout) |
int | uid_send_message (struct MW_UID_MESSAGE *m) |
int | uid_register_device (int fd, const char *q_name) |
int | uid_unregister_device (int fd) |
int | uid_set_kbd_mode (int fd, int mode, int *old_mode) |
void | uid_print_message (struct MW_UID_MESSAGE *uid) |
void | uid_print_message_with_plugin (const rtems_printer *printer, struct MW_UID_MESSAGE *uid) |