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


Public Member Functions | |
| CommandSetTime (double _jd) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| double | jd |
|
|
Definition at line 327 of file command.cpp. 00327 : jd(_jd) 00328 { 00329 }
|
|
|
Implements InstantaneousCommand. Definition at line 331 of file command.cpp. References jd. 00332 {
00333 env.getSimulation()->setTime(jd);
00334 }
|
|
|
Definition at line 287 of file command.h. Referenced by process(). |
1.4.1