stella.command
Class ResetLimitSwitch
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.SimpleCommand
stella.command.ResetLimitSwitch
- All Implemented Interfaces:
- Serializable, EnvironmentCommand
public class ResetLimitSwitch
- extends SimpleCommand
- implements EnvironmentCommand
The command to reset the limit switch failure indicator.
It takes no command line and extends the
EnvironmentCommand. This command is not intended for use in
automatic mode.
- See Also:
- Serialized Form
|
Constructor Summary |
ResetLimitSwitch(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time. |
ResetLimitSwitch(Object src,
String type,
long time)
Construct a fully qualified open roof command. |
| Methods inherited from class stella.MessageEvent |
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
ResetLimitSwitch
public ResetLimitSwitch(Object src)
- Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
ResetLimitSwitch
public ResetLimitSwitch(Object src,
String type,
long time)
- Construct a fully qualified open roof command.