Main Page | Alphabetical List | Class List | File List | Class Members | File Members

PendingInterrupt Class Reference

#include <interrupt.h>

List of all members.

Public Member Functions

 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 51 of file interrupt.cc.

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

00053 { 00054 handler = func; 00055 arg = param; 00056 when = time; 00057 type = kind; 00058 }


Member Data Documentation

int PendingInterrupt::arg
 

Definition at line 67 of file interrupt.h.

Referenced by PendingInterrupt().

VoidFunctionPtr PendingInterrupt::handler
 

Definition at line 65 of file interrupt.h.

Referenced by PendingInterrupt().

IntType PendingInterrupt::type
 

Definition at line 69 of file interrupt.h.

Referenced by PendingInterrupt().

int PendingInterrupt::when
 

Definition at line 68 of file interrupt.h.

Referenced by PendingInterrupt().


The documentation for this class was generated from the following files:
Generated on Thu Sep 16 12:33:49 2004 for NachOS by doxygen 1.3.8