Class AerologicalReadoutTable.TemperatureReadout

All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
AerologicalReadoutTable

protected static class AerologicalReadoutTable.TemperatureReadout extends AerologicalReadoutTable.MyReadout
Provides support for temperature readouts.
  • Constructor Details

    • TemperatureReadout

      public TemperatureReadout() throws ParseException
      Constructs from nothing.
      Throws:
      ParseException - if the unit specification "degC" couldn't be parsed.
    • TemperatureReadout

      public TemperatureReadout(String name) throws ParseException
      Constructs from a name.
      Parameters:
      name - The name for the readout.
      Throws:
      ParseException - if the unit specification "degC" couldn't be parsed.
  • Method Details

    • setTemperature

      public void setTemperature(Real temperature)
      Sets the temperature property.
      Parameters:
      temperature - The new value.