org.lsst.ccs.subsystems.shutter.gui
Class StandaloneShutterDemo

java.lang.Object
  extended by org.lsst.ccs.subsystems.shutter.gui.StandaloneShutterDemo

public class StandaloneShutterDemo
extends Object

Author:
azemoon

Constructor Summary
StandaloneShutterDemo()
           
 
Method Summary
static void main(String[] args)
           
static void shortCircuitMMS(ShutterControlPanel control, ShutterSimulator shutterSimulator, ShutterUI ui)
          This communication should really go via MMS, but for this demo we hardwire the different components directly together.
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneShutterDemo

public StandaloneShutterDemo()
Method Detail

main

public static void main(String[] args)

start

public void start()

shortCircuitMMS

public static void shortCircuitMMS(ShutterControlPanel control,
                                   ShutterSimulator shutterSimulator,
                                   ShutterUI ui)
This communication should really go via MMS, but for this demo we hardwire the different components directly together.

Parameters:
control -
shutterSimulator -
ui -


Copyright © 2012 LSST. All Rights Reserved.