![]() |
VR-Forces 5.0.1 Developer's Guide
|
Interface for a customizable interrupt flag that can be passed into a function to allow the calling code to control when the function should exit or perform some other operation.

Public Member Functions | |
| DtInterruptFlag () | |
| virtual | ~DtInterruptFlag () |
| virtual bool | interrupt () const =0 |
Private Member Functions | |
| DtInterruptFlag (const DtInterruptFlag &orig) | |
| DtInterruptFlag & | operator= (const DtInterruptFlag &orig) |
|
inline |
|
inlinevirtual |
|
private |
Not implemented.
|
pure virtual |
Implemented in DtTimerInterrupt, and DtIndefiniteInterrupt.
|
private |
Not implemented.