uk.ac.bristol.star.cdf.record
Class CompressedParametersRecord

java.lang.Object
  extended by uk.ac.bristol.star.cdf.record.Record
      extended by uk.ac.bristol.star.cdf.record.CompressedParametersRecord

public class CompressedParametersRecord
extends Record

Field data for CDF record of type Compressed Parameters Record.

Since:
19 Jun 2013

Field Summary
 int[] cParms
           
 int cType
           
 int pCount
           
 int rfuA
           
 
Constructor Summary
CompressedParametersRecord(RecordPlan plan)
          Constructor.
 
Method Summary
 
Methods inherited from class uk.ac.bristol.star.cdf.record.Record
checkEndRecord, checkIntValue, getBuf, getContentOffset, getRecordSize, getRecordType, getRecordTypeAbbreviation, hasBit, readIntArray, readOffsetArray, toLines, warnFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cType

@CdfField
public final int cType

rfuA

@CdfField
public final int rfuA

pCount

@CdfField
public final int pCount

cParms

@CdfField
public final int[] cParms
Constructor Detail

CompressedParametersRecord

public CompressedParametersRecord(RecordPlan plan)
                           throws java.io.IOException
Constructor.

Parameters:
plan - basic record information
Throws:
java.io.IOException