EE445M RTOS
Taken at the University of Texas Spring 2015
notification Union Reference

#include <notify.h>

Collaboration diagram for notification:
Collaboration graph

Data Fields

int _int
 
double _double
 
char _char
 
char _string [16]
 

Detailed Description

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.

Definition at line 22 of file notify.h.

Field Documentation

char notification::_char

Definition at line 25 of file notify.h.

Referenced by hw_notify_uart(), s_Handler(), shell_uart_handler(), and uart_handler().

double notification::_double

Definition at line 24 of file notify.h.

int notification::_int

Definition at line 23 of file notify.h.

Referenced by update_pid().

char notification::_string[16]

Definition at line 26 of file notify.h.


The documentation for this union was generated from the following file: