stimulator
Class CCDcontrol

java.lang.Object
  extended by stimulator.CCDcontrol

public class CCDcontrol
extends java.lang.Object

Stimulus generator package. This is the camera control driver.


Field Summary
static int ACTIVATE
           
static int IDLE
           
 
Constructor Summary
CCDcontrol()
           
 
Method Summary
 void off()
          Turn off the CCD.
 void on()
          Trigger the CCD.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDLE

public static int IDLE

ACTIVATE

public static int ACTIVATE
Constructor Detail

CCDcontrol

public CCDcontrol()
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

on

public void on()
Trigger the CCD. Starts a new Thread to be able to return immediately. There is a 50ms delay before you can be sure the camera is on.


off

public void off()
Turn off the CCD. Because can only turn the camera on for now, simply beeps.