jpl.mipl.tlm.sirtf
Class APID14Packet

java.lang.Object
  extended by jpl.mipl.tlm.sirtf.APID14Packet

public class APID14Packet
extends Object

Encapsulates telemetry for all the pre-channelized data that is used for both momentum history file processing. These are:

entity channels TLM name
Spacecraft reaction (tachometer) wheel speeds P-07[18-21] TACH_WHEEL_SPEED_[1-4]

Version:
$Id: APID14Packet.java,v 1.1 2003/07/24 00:05:42 alice Exp $
Author:
Alice Stanboli

Constructor Summary
APID14Packet()
           
 
Method Summary
 TachometerBean getTachometerBean()
           
 boolean isTachAvailable()
           
 boolean parse(Type29CHDO data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APID14Packet

public APID14Packet()
Method Detail

parse

public boolean parse(Type29CHDO data)

isTachAvailable

public boolean isTachAvailable()

getTachometerBean

public TachometerBean getTachometerBean()