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


Public Member Functions | |
| double | getDuration () const |
| TimedCommand (double _duration) | |
| virtual | ~TimedCommand () |
Private Attributes | |
| double | duration |
|
|
Definition at line 48 of file command.h. References duration. 00048 : duration(_duration) {};
|
|
|
Definition at line 49 of file command.h. 00049 {};
|
|
|
Implements Command. Definition at line 50 of file command.h. References duration. 00050 { return duration; };
|
|
|
Definition at line 50 of file command.h. Referenced by getDuration(), and TimedCommand(). |
1.4.1