finish test 1 (succesfully)

This commit is contained in:
2023-10-17 14:18:38 +02:00
parent b3cec6c926
commit c1e65d41ee
4 changed files with 78 additions and 38 deletions

View File

@@ -4,6 +4,7 @@
XFTimeout::XFTimeout(int id, int interval, interface::XFBehavior *pBehavior):
XFEvent(XFEventType::Timeout, id), interval_(interval) {
this->setRelTicks(this->getInterval());
setBehavior(pBehavior);
}