public class LoaderGUI extends GeneralGUI implements InterfaceLoaderGUI
GeneralGUI.CommandSwingWorker| Modifier and Type | Field and Description |
|---|---|
protected long |
clampHooksTimeout |
protected long |
closeHooksTimeout |
protected long |
goToEngagedTimeout |
protected long |
goToHandoffTimeout |
protected long |
goToStorageTimeout |
protected long |
homingHooksTimeout |
protected long |
openHooksTimeout |
protected long |
quickStopTimeout |
protected long |
updateCarrierPositionTimeout |
abortTimeout, aml, cmu, destination, generalPanel, initializationTimeout, pane, panelStateInitialized, role, updateStateWithSensorsTimeout| Constructor and Description |
|---|
LoaderGUI(String name,
String role,
org.lsst.ccs.messaging.AgentMessagingLayer agentMessagingLayer) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getGuiLayout() |
String |
getName() |
void |
loClampHoming() |
void |
loClampHooks() |
void |
loCloseHooks() |
void |
loGoToEngaged() |
void |
loGoToHandOff() |
void |
loGoToStorage() |
void |
loLoadFilter() |
void |
loOpenHooks() |
void |
loUnclampHooks() |
void |
loUnloadFilter() |
void |
loUpdateCarrierPosition() |
static void |
main(String[] args)
Standalone case /
|
void |
setClampHooksTimeout(long clampHooksTimeout) |
void |
setCloseHooksTimeout(long closeHooksTimeout) |
void |
setHomingHooksTimeout(long homingHooksTimeout) |
void |
setLoGoToEngagedTimeout(int goToEngagedTimeout) |
void |
setLoGoToHandoffTimeout(int aInt) |
void |
setLoGoToStorageTimeout(int aInt) |
void |
setOpenHooksTimeout(long openHooksTimeout) |
abortAction, connecting, disconnecting, initGui, onStatusMessage, sendCommandSwingWorker, sendCommandSwingWorker, shutdownMyDestinationSubsystem, stopMyDestinationSubsystem, updateStateWithSensorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortAction, sendCommandSwingWorker, stopMyDestinationSubsystem, updateStateWithSensorsprotected long updateCarrierPositionTimeout
protected long openHooksTimeout
protected long closeHooksTimeout
protected long clampHooksTimeout
protected long homingHooksTimeout
protected long goToHandoffTimeout
protected long goToEngagedTimeout
protected long goToStorageTimeout
protected long quickStopTimeout
public void setLoGoToHandoffTimeout(int aInt)
setLoGoToHandoffTimeout in interface InterfaceLoaderGUIpublic void setLoGoToStorageTimeout(int aInt)
setLoGoToStorageTimeout in interface InterfaceLoaderGUIpublic void setLoGoToEngagedTimeout(int goToEngagedTimeout)
setLoGoToEngagedTimeout in interface InterfaceLoaderGUIpublic void setOpenHooksTimeout(long openHooksTimeout)
setOpenHooksTimeout in interface InterfaceLoaderGUIpublic void setCloseHooksTimeout(long closeHooksTimeout)
setCloseHooksTimeout in interface InterfaceLoaderGUIpublic void setClampHooksTimeout(long clampHooksTimeout)
setClampHooksTimeout in interface InterfaceLoaderGUIpublic void setHomingHooksTimeout(long homingHooksTimeout)
setHomingHooksTimeout in interface InterfaceLoaderGUIpublic JComponent getGuiLayout()
getGuiLayout in class GeneralGUIpublic String getName()
getName in interface InterfaceGeneralGUIgetName in class GeneralGUIpublic void loLoadFilter()
loLoadFilter in interface InterfaceLoaderGUIpublic void loUnloadFilter()
loUnloadFilter in interface InterfaceLoaderGUIpublic void loUpdateCarrierPosition()
loUpdateCarrierPosition in interface InterfaceLoaderGUIpublic void loOpenHooks()
loOpenHooks in interface InterfaceLoaderGUIpublic void loCloseHooks()
loCloseHooks in interface InterfaceLoaderGUIpublic void loClampHooks()
loClampHooks in interface InterfaceLoaderGUIpublic void loUnclampHooks()
loUnclampHooks in interface InterfaceLoaderGUIpublic void loGoToHandOff()
loGoToHandOff in interface InterfaceLoaderGUIpublic void loGoToEngaged()
loGoToEngaged in interface InterfaceLoaderGUIpublic void loGoToStorage()
loGoToStorage in interface InterfaceLoaderGUIpublic void loClampHoming()
loClampHoming in interface InterfaceLoaderGUIpublic static void main(String[] args)
args - the command line argumentsCopyright © 2018 LSST. All rights reserved.