Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

Int_handler Class Reference

This class encapsulates a single interrupt handler function. More...

#include <irq.h>

Inherits List_node.

Inheritance diagram for Int_handler:

Inheritance graph
[legend]
Collaboration diagram for Int_handler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void init (Handler_func handler_function)
void print ()

Public Attributes

Handler_func function

Detailed Description

This class encapsulates a single interrupt handler function.


Member Function Documentation

void Int_handler::init Handler_func  handler_function  ) 
 

void Int_handler::print  ) 
 

Print basic information about this interrupt handler.


Member Data Documentation

Handler_func Int_handler::function
 


The documentation for this class was generated from the following files:

Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman