- Timestamp:
- Mar 29, 2018, 4:02:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/RacingBots_FS18/src/libraries/tools/Timer.cc
r11840 r11841 200 200 } 201 201 202 /*void Timer::setTimer(float interval, bool bKillAfterCall)203 {204 this->setInterval(interval);205 this->bActive_ = true;206 this->time_ = this->interval_;207 this->bKillAfterCall_ = bKillAfterCall;208 }209 */210 202 211 203 /**
Note: See TracChangeset
for help on using the changeset viewer.