Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
plugbox.h File Reference

Plugbox allows assigning devices to interrupt vectors More...

Include dependency graph for plugbox.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 Plugbox
 Object-oriented abstraction of an device interrupt tableThis allows you to specify the device handler for each hardware and software interrupt and processor exception. Each device source is represented by a Gate object. These are located in an array with 256 elements, using the index as the vector number.
 

Functions

void Plugbox::assign (Core::Interrupt::Vector vector, Gate *gate)
 Register a Gate object to handle a specific interrupt. More...
 
GatePlugbox::report (Core::Interrupt::Vector vector)
 Query the Gate object for a specific interrupt. More...
 

Detailed Description

Plugbox allows assigning devices to interrupt vectors