simulavr
1.1.0
|
#include <irqsystem.h>
Public Member Functions | |
IrqFunktor (HWIrqSystem *i, void(HWIrqSystem::*_fp)(unsigned int), unsigned int _vector) | |
void | operator() () |
Funktor * | clone () |
![]() | |
virtual | ~Funktor () |
Protected Attributes | |
HWIrqSystem * | irqSystem |
void(HWIrqSystem::* | fp )(unsigned int) |
unsigned int | vectorNo |
Definition at line 151 of file irqsystem.h.
|
inline |
Definition at line 159 of file irqsystem.h.
|
inlinevirtual |
Implements Funktor.
Definition at line 164 of file irqsystem.h.
|
inlinevirtual |
Implements Funktor.
Definition at line 163 of file irqsystem.h.
|
protected |
Definition at line 155 of file irqsystem.h.
|
protected |
Definition at line 154 of file irqsystem.h.
|
protected |
Definition at line 156 of file irqsystem.h.