English
Language : 

TL32 Datasheet, PDF (8/31 Pages) List of Unclassifed Manufacturers – Real Time System Testing MIT 16.070 Lecture 32
Some Exception Handling Methods
A: Relieve the task from waiting by…
• Designing functions with return values to indicate good/bad status
• Adding timeouts on retrieving the data to those functions to drive
good/bad status return.
Note:
• This brings up the need for call by reference in C
• This concept can be expanded to operating system calls (posting
mailboxes, releasing semaphores), library function calls, etc. provided
the RTOS supports it.
hperry
5/4/01