Changeset 11841 for code/branches/RacingBots_FS18/src/libraries
- Timestamp:
- Mar 29, 2018, 4:02:41 PM (7 years ago)
- Location:
- code/branches/RacingBots_FS18/src/libraries/tools
- Files:
-
- 2 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 /** -
code/branches/RacingBots_FS18/src/libraries/tools/Timer.h
r11071 r11841 113 113 void run(); 114 114 115 115 116 /// Re-starts the timer: The executor will be called after @a interval seconds. 116 117 inline void startTimer()
Note: See TracChangeset
for help on using the changeset viewer.