Pause the simulation
| 261 | |
| 262 | // Pause the simulation |
| 263 | inline void TestbedApplication::pauseSimulation() { |
| 264 | if (mTimer.isRunning()) mTimer.stop(); |
| 265 | } |
| 266 | |
| 267 | // Restart the simulation |
| 268 | inline void TestbedApplication::restartSimulation() { |
no test coverage detected