Terrenus HRPT v2.2

terrenus.instrument
Interface Instrument

All Known Subinterfaces:
Radiometer
All Known Implementing Classes:
AVHRR, MVISR

public interface Instrument

The Instrument interface is mainly a marker interface for scientific instruments that gather data from a spacecraft.

See Also:
TelemetryDecoder.getData(int, terrenus.instrument.Instrument), Spacecraft.getInstruments()

Method Summary
 java.lang.String getLongName()
          Gets the long name of the instrument.
 java.lang.String getName()
          Gets the short name of the instrument.
 

Method Detail

getName

java.lang.String getName()
Gets the short name of the instrument.


getLongName

java.lang.String getLongName()
Gets the long name of the instrument.


Terrenus HRPT v2.2