|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <notify.h>

Data Fields | |
| int | _int |
| double | _double |
| char | _char |
| char | _string [16] |
Capable of wrapping any type of incoming external information (delivered in an interrupt) that libhw will notify running processes about. This allows the processes' pseudo-ISRs to have a consistent protytype, and a simplified notification-passing system.
| char notification::_char |
Definition at line 25 of file notify.h.
Referenced by hw_notify_uart(), s_Handler(), shell_uart_handler(), and uart_handler().
| int notification::_int |
Definition at line 23 of file notify.h.
Referenced by update_pid().