com.pentec.adaq.fist
Interface AImaqdClient

All Known Implementing Classes:
AImaqdClientAdapter, JadeAImaqdClient, PhoenixAImaqdClient

public interface AImaqdClient

Author:
Pender Technology

Field Summary
static java.lang.String RAID_CAP_LEN_TAG
          Capture length on the RAID
static java.lang.String RAID_CAP_START_TAG
          Starting byte position on the RAID of a capture
 
Method Summary
 void buildICD(short sWidth, short sHeight)
           
 void close()
           
 boolean configureSequence(int iNumFrames, int iSkipCount, int iTop, int iLeft, int iWidth, int iHeight)
           
 void erase()
           
 void exportCapture(java.lang.String $Name)
           
 boolean finishSequence()
           
 java.lang.String[] getCaptureInfo(java.lang.String $Name)
           
 java.lang.String[] getCaptures()
           
 int getSequencePointer()
           
 boolean startSequence()
           
 

Field Detail

RAID_CAP_LEN_TAG

static final java.lang.String RAID_CAP_LEN_TAG
Capture length on the RAID

See Also:
Constant Field Values

RAID_CAP_START_TAG

static final java.lang.String RAID_CAP_START_TAG
Starting byte position on the RAID of a capture

See Also:
Constant Field Values
Method Detail

buildICD

void buildICD(short sWidth,
              short sHeight)
              throws java.io.IOException
Throws:
java.io.IOException

close

void close()

configureSequence

boolean configureSequence(int iNumFrames,
                          int iSkipCount,
                          int iTop,
                          int iLeft,
                          int iWidth,
                          int iHeight)
                          throws java.io.IOException
Throws:
java.io.IOException

erase

void erase()
           throws java.io.IOException
Throws:
java.io.IOException

exportCapture

void exportCapture(java.lang.String $Name)
                   throws java.io.IOException
Throws:
java.io.IOException

finishSequence

boolean finishSequence()
                       throws java.io.IOException
Throws:
java.io.IOException

getCaptureInfo

java.lang.String[] getCaptureInfo(java.lang.String $Name)
                                  throws java.io.IOException
Throws:
java.io.IOException

getCaptures

java.lang.String[] getCaptures()
                               throws java.io.IOException
Throws:
java.io.IOException

getSequencePointer

int getSequencePointer()
                       throws java.io.IOException
Throws:
java.io.IOException

startSequence

boolean startSequence()
                      throws java.io.IOException
Throws:
java.io.IOException