Changeset 11840 for code/branches/RacingBots_FS18/src/libraries
- Timestamp:
- Mar 29, 2018, 3:57:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/RacingBots_FS18/src/libraries/tools/Timer.cc
r11071 r11840 199 199 executor->getFunctor()->setSafeMode(true); 200 200 } 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 */ 201 210 202 211 /**
Note: See TracChangeset
for help on using the changeset viewer.