com.pentec.adaq.aimaq
Class A1424ISS

java.lang.Object
  extended by com.pentec.adaq.aimaq.AImaq
      extended by com.pentec.adaq.aimaq.A1424
          extended by com.pentec.adaq.aimaq.A1424I
              extended by com.pentec.adaq.aimaq.A1424ISS

public class A1424ISS
extends A1424I

Indigo 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
A1424ISS()
           
 
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 openIndigoSS()
           
private static boolean openSS()
           
private  void setIID(int iIID)
           
private  void setSID(int iSID)
           
 boolean startSequence()
           
 
Methods inherited from class com.pentec.adaq.aimaq.A1424I
buildICD, decodeHeader, decodeITC, getBitsPerPixel, getBytesPerPixel, getCamera$, getFrameRate, getGain, getHeight, getImage, getIntegration, getOffset, getSequence, getSN, getWidth, openIndigo, setGain, setIntegration, setOffset, startDecodeHeader, startFastGrab, stopDecodeHeader
 
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

A1424ISS

public A1424ISS()
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

openIndigoSS

public static boolean openIndigoSS()

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