Main Page   Compound List   File List   Compound Members   File Members  

PendingInterrupt Class Reference

#include <interrupt.h>

List of all members.

Public Methods

 PendingInterrupt (VoidFunctionPtr func, int param, int time, IntType kind)

Public Attributes

VoidFunctionPtr handler
int arg
int when
IntType type


Constructor & Destructor Documentation

PendingInterrupt::PendingInterrupt VoidFunctionPtr    func,
int    param,
int    time,
IntType    kind
 

Definition at line 44 of file interrupt.cc.

References arg, handler, IntType, type, VoidFunctionPtr, and when.

00046 {
00047     handler = func;
00048     arg = param;
00049     when = time;
00050     type = kind;
00051 }


Member Data Documentation

int PendingInterrupt::arg
 

Definition at line 67 of file interrupt.h.

Referenced by Interrupt::CheckIfDue, and PendingInterrupt.

VoidFunctionPtr PendingInterrupt::handler
 

Definition at line 65 of file interrupt.h.

Referenced by Interrupt::CheckIfDue, and PendingInterrupt.

IntType PendingInterrupt::type
 

Definition at line 69 of file interrupt.h.

Referenced by Interrupt::CheckIfDue, PendingInterrupt, and PrintPending.

int PendingInterrupt::when
 

Definition at line 68 of file interrupt.h.

Referenced by Interrupt::CheckIfDue, PendingInterrupt, and PrintPending.


The documentation for this class was generated from the following files:
Generated on Mon Feb 10 09:54:57 2003 for nachos by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees