#include <interrupt.h>
Public Methods | |
| PendingInterrupt (CallBackObj *callOnInt, int time, IntType kind) | |
| initialize an interrupt that will occur in the future. More... | |
Public Attributes | |
| CallBackObj* | callOnInterrupt |
| The object (in the hardware device emulator) to call when the interrupt occurs. More... | |
| int | when |
| When the interrupt is supposed to fire. More... | |
| IntType | type |
| for debugging. More... | |
Definition at line 60 of file interrupt.h.
|
|
initialize an interrupt that will occur in the future. PendingInterrupt::PendingInterrupt Initialize a hardware device interrupt that is to be scheduled to occur in the near future. "callOnInt" is the object to call when the interrupt occurs "time" is when (in simulated time) the interrupt is to occur "kind" is the hardware device that generated the interrupt Definition at line 46 of file interrupt.cc. |
|
|
The object (in the hardware device emulator) to call when the interrupt occurs.
Definition at line 66 of file interrupt.h. |
|
|
for debugging.
Definition at line 70 of file interrupt.h. |
|
|
When the interrupt is supposed to fire.
Definition at line 69 of file interrupt.h. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001