#include <command.h>
Inheritance diagram for CommandSetTimeRate:


Public Member Functions | |
| CommandSetTimeRate (double) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| double | rate |
|
|
Definition at line 341 of file command.cpp. 00341 : rate(_rate) 00342 { 00343 }
|
|
|
Implements InstantaneousCommand. Definition at line 345 of file command.cpp. References rate. 00346 {
00347 env.getSimulation()->setTimeScale(rate);
00348 }
|
|
|
Definition at line 298 of file command.h. Referenced by process(). |
1.4.1