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


Public Member Functions | |
| CommandSynchronous () | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| int | dummy |
|
|
Definition at line 181 of file command.cpp. 00182 {
00183 }
|
|
|
Implements InstantaneousCommand. Definition at line 185 of file command.cpp. 00186 {
00187 env.getSimulation()->geosynchronousFollow();
00188 }
|
|
|
|
1.4.1