|
NeKernel dev
|
#include <Timer.h>
Public Member Functions | |
| SoftwareTimer (Int64 seconds) | |
| ~SoftwareTimer () override | |
| BOOL | Wait () override |
| Unimplemented as it is an interface. | |
| Public Member Functions inherited from Kernel::TimerInterface | |
| TimerInterface ()=default | |
| Default constructor. | |
| virtual | ~TimerInterface ()=default |
Private Attributes | |
| UIntPtr * | fDigitalTimer {nullptr} |
| Int64 | fWaitFor {0} |
|
explicit |
|
override |
|
overridevirtual |
Unimplemented as it is an interface.
Reimplemented from Kernel::TimerInterface.
|
private |
|
private |