public class LoaderGUI extends GeneralGUI implements InterfaceLoaderGUI
GeneralGUI.CommandSwingWorker| Modifier and Type | Field and Description |
|---|---|
protected long |
clampHooksTimeout |
protected long |
closeHooksTimeout |
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, updateStateWithSensorsTimeout| Constructor and Description |
|---|
LoaderGUI(String name,
String destination,
org.lsst.ccs.messaging.AgentMessagingLayer agentMessagingLayer) |
| Modifier and Type | Method and Description |
|---|---|
void |
clampHoming() |
void |
clampHooks() |
void |
closeHooks() |
JComponent |
getGuiLayout() |
String |
getName() |
void |
goToHandOff() |
void |
goToStorage() |
void |
loadFilter() |
static void |
main(String[] args)
Standalone case /
|
void |
openHooks() |
void |
setClampHooksTimeout(long clampHooksTimeout) |
void |
setCloseHooksTimeout(long closeHooksTimeout) |
void |
setGoToHandoffTimeout(int aInt) |
void |
setGoToStorageTimeout(int aInt) |
void |
setHomingHooksTimeout(long homingHooksTimeout) |
void |
setOpenHooksTimeout(long openHooksTimeout) |
void |
unclampHooks() |
void |
unloadFilter() |
void |
updateCarrierPosition() |
abortAction, completeInitialization, 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 goToStorageTimeout
protected long quickStopTimeout
public void setGoToHandoffTimeout(int aInt)
setGoToHandoffTimeout in interface InterfaceLoaderGUIpublic void setGoToStorageTimeout(int aInt)
setGoToStorageTimeout 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 loadFilter()
loadFilter in interface InterfaceLoaderGUIpublic void unloadFilter()
unloadFilter in interface InterfaceLoaderGUIpublic void updateCarrierPosition()
updateCarrierPosition in interface InterfaceLoaderGUIpublic void openHooks()
openHooks in interface InterfaceLoaderGUIpublic void closeHooks()
closeHooks in interface InterfaceLoaderGUIpublic void clampHooks()
clampHooks in interface InterfaceLoaderGUIpublic void unclampHooks()
unclampHooks in interface InterfaceLoaderGUIpublic void goToHandOff()
goToHandOff in interface InterfaceLoaderGUIpublic void goToStorage()
goToStorage in interface InterfaceLoaderGUIpublic void clampHoming()
clampHoming in interface InterfaceLoaderGUIpublic static void main(String[] args)
args - the command line argumentsCopyright © 2017 LSST. All rights reserved.