gov.nasa.gsfc.drl.rtstps.core.ccsds
Class VcduService.Vcdu

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.Unit
      extended by gov.nasa.gsfc.drl.rtstps.core.ccsds.VcduService.Vcdu
Enclosing class:
VcduService

 class VcduService.Vcdu
extends Unit

This class is a CCSDS VCDU. I ignore (and eliminated) two fields in AbstractService because I don't need them: OCFpresent and crcParityPresent.


Field Summary
private  boolean discardRsParity
           
 
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.Unit
data, deleted, frameAnnotation, length, startOffset
 
Constructor Summary
VcduService.Vcdu(org.w3c.dom.Element element)
           
 
Method Summary
(package private)  void setCadu(Cadu cadu)
           
 
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.Unit
getData, getFrameAnnotation, getSize, getStartOffset, isDeleted, setDeleted, setFrameAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

discardRsParity

private boolean discardRsParity
Constructor Detail

VcduService.Vcdu

VcduService.Vcdu(org.w3c.dom.Element element)
           throws RtStpsException
Throws:
RtStpsException
Method Detail

setCadu

void setCadu(Cadu cadu)