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

CommandWait Class Reference

#include <command.h>

Inheritance diagram for CommandWait:

Inheritance graph
Collaboration diagram for CommandWait:

Collaboration graph
List of all members.

Public Member Functions

 CommandWait (double _duration)
void process (ExecutionEnvironment &, double t, double dt)
 ~CommandWait ()

Constructor & Destructor Documentation

CommandWait::CommandWait double  _duration  ) 
 

Definition at line 25 of file command.cpp.

00025                                          : TimedCommand(_duration)
00026 {
00027 }

CommandWait::~CommandWait  ) 
 

Definition at line 29 of file command.cpp.

00030 {
00031 }


Member Function Documentation

void CommandWait::process ExecutionEnvironment ,
double  t,
double  dt
[virtual]
 

Implements Command.

Definition at line 33 of file command.cpp.

00034 {
00035 }


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