Inheritance diagram for RS::ControlCommand:


Public Member Functions | |
| ControlCommand (const CommandType, const UInt _ticks) | |
| virtual ControlCommand * | clone () const=0 |
| Returns a new copy of the command. | |
| UInt | getTicks () const |
| void | setTicks (const UInt _ticks) |
Protected Attributes | |
| UInt | ticks |
Definition at line 80 of file ControlCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::Command. Implemented in RS::SetCyclesSinceIOBeforeShutdown, RS::SetMaxTicksBeforeSendingCommand, RS::SetMinTicksBeforeSendingCommand, RS::SetTicksBeforeCommandWarning, RS::SetTicksBetweenCycles, RS::SetTicksBetweenSenses, and RS::SetTicksBetweenVisuals. |
1.3-rc3