Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandSynchronous Class Reference

#include <command.h>

Inheritance diagram for CommandSynchronous:

Inheritance graph
Collaboration diagram for CommandSynchronous:

Collaboration graph
List of all members.

Public Member Functions

 CommandSynchronous ()
void process (ExecutionEnvironment &)

Private Attributes

int dummy

Constructor & Destructor Documentation

CommandSynchronous::CommandSynchronous  ) 
 

Definition at line 181 of file command.cpp.

00182 {
00183 }


Member Function Documentation

void CommandSynchronous::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 185 of file command.cpp.

00186 {
00187     env.getSimulation()->geosynchronousFollow();
00188 }


Member Data Documentation

int CommandSynchronous::dummy [private]
 

Definition at line 168 of file command.h.


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:15 2006 for Celestia by  doxygen 1.4.1