| AVR Z-LINKŪ | |||||

Definition at line 26 of file TimeOut.java.
Public Member Functions | |
| void | run () |
| Method that any thread must include. | |
| void | setCaller (RadioInterface myCaller) |
| Used by the RadioInterface to set itself as the thread "owner". | |
| void radioInterface.TimeOut.run | ( | ) |
Method that any thread must include.
Method is used to set the CommandTimedOut variable of the RadioInterface class. This variable is polled by the sendCommandToRadio function.
Definition at line 38 of file TimeOut.java.
References radioInterface.RadioInterface.setCommandTimedOut().
Here is the call graph for this function:

| void radioInterface.TimeOut.setCaller | ( | RadioInterface | myCaller | ) |
Used by the RadioInterface to set itself as the thread "owner".
After this function is called by the RadioInterface it is possible for the TimeOut thread to indicate that a command timedout (run).
| myCaller | RadioInterface instance that started the timer. |
Definition at line 55 of file TimeOut.java.
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|