Class Gate
Placement in the overall structure
Description
The abstract class Gate
is the basis of the interrupt handling.
The classes of all objects to be registered in the
Plugbox must be derived from gate and
define the virtual method trigger()
.
Public methods
virtual void trigger ()
- Function for interrupt handling.