com.pentec.adaq.aimaq
Class A1424CSS

java.lang.Object
  extended by com.pentec.adaq.aimaq.AImaq
      extended by com.pentec.adaq.aimaq.A1424
          extended by com.pentec.adaq.aimaq.A1424C
              extended by com.pentec.adaq.aimaq.A1424CSS

public class A1424CSS
extends A1424C

Cedip StreamStor AIMAQ

Author:
Pender Technology

Field Summary
static boolean isNativeLibLoaded
          Flag indicating whether or not the required native library is loaded
 
Fields inherited from class com.pentec.adaq.aimaq.A1424
CEDIP_ACQ_FGSN, CEDIP_VIS_FGSN, INDIGO_ACQ_FGSN, INDIGO_VIS_FGSN
 
Fields inherited from class com.pentec.adaq.aimaq.AImaq
aimaq, is1394, is1424, is1428, isDT1100, isMS2100, isMS3100, lStartTime
 
Constructor Summary
A1424CSS()
           
 
Method Summary
private  boolean _close()
           
 boolean close()
           
 boolean configureSequence(int iNumFrames, int iSkipCount, int iTop, int iLeft, int iWidth, int iHeight)
           
 boolean finishSequence()
           
 int getSequencePointer()
           
static boolean openCedipSS()
           
private static boolean openSS()
           
private  void setIID(int iIID)
           
private  void setSID(int iSID)
           
 boolean startSequence()
           
 
Methods inherited from class com.pentec.adaq.aimaq.A1424C
buildICD, getBitsPerPixel, getBytesPerPixel, getCamera$, getFrameRate, getGain, getHeight, getImage, getIntegration, getOffset, getSequence, getSN, getWidth, openCedip, setGain, setIntegration, setOffset, startFastGrab
 
Methods inherited from class com.pentec.adaq.aimaq.A1424
getDiType, getFGSN, getIID, getImage, getLostBufferCount, getMonoImage, getMonoSequence, getRGBImage, getRGBSequence, getSequence, getSID, getVideoHeader, isCedip, isIndigo, open, serialRead, serialWrite, startGrab, stopFastGrab
 
Methods inherited from class com.pentec.adaq.aimaq.AImaq
closeAImaq, getHandle, getSequence, getStartTime, getSystem, getSystemDescription, initSequence, is1394, is1424, isMS2100, isMS3100, main, setStartTime, waitForTrigger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isNativeLibLoaded

public static final boolean isNativeLibLoaded
Flag indicating whether or not the required native library is loaded

Constructor Detail

A1424CSS

public A1424CSS()
Method Detail

_close

private boolean _close()

close

public boolean close()
Overrides:
close in class A1424

configureSequence

public boolean configureSequence(int iNumFrames,
                                 int iSkipCount,
                                 int iTop,
                                 int iLeft,
                                 int iWidth,
                                 int iHeight)
Overrides:
configureSequence in class A1424

finishSequence

public boolean finishSequence()
Overrides:
finishSequence in class A1424

getSequencePointer

public int getSequencePointer()
Overrides:
getSequencePointer in class A1424

openCedipSS

public static boolean openCedipSS()

openSS

private static boolean openSS()

setIID

private void setIID(int iIID)

setSID

private void setSID(int iSID)

startSequence

public boolean startSequence()
Overrides:
startSequence in class A1424