- DataPoint - Class in org.lsst.ccs.subsystem.airwatch.main
-
Contains fields common to all data points.
- DataPoint(boolean, boolean, String, String) - Constructor for class org.lsst.ccs.subsystem.airwatch.main.DataPoint
-
- dataQualityAlert(String, String) - Static method in class org.lsst.ccs.subsystem.airwatch.main.Alerts
-
Creates an alert about a sensor malfunction or questionable data quality.
- DEW_POINT_KEY - Static variable in class org.lsst.ccs.subsystem.airwatch.main.AirwatchMain
-
- dewPoint(double, double) - Static method in class org.lsst.ccs.subsystem.airwatch.main.Utility
-
Calculates the dew point temperature from current conditions.
- disable(String) - Method in class org.lsst.ccs.subsystem.airwatch.main.AirwatchMain
-
Suppresses data check alerts for a given location.
- disable() - Method in class org.lsst.ccs.subsystem.airwatch.main.DummyLocation
-
Not implemented.
- disable() - Method in interface org.lsst.ccs.subsystem.airwatch.main.Location
-
Produces a new instance that has data-checking alerts disabled.
- disable() - Method in class org.lsst.ccs.subsystem.airwatch.main.RestfulLocation
-
Produces a new instance that has data-checking alerts disabled.
- DummyLocation - Class in org.lsst.ccs.subsystem.airwatch.main
-
Used to form the map of location data with correct enable flags before any data has actually been read.
- DummyLocation(String, boolean) - Constructor for class org.lsst.ccs.subsystem.airwatch.main.DummyLocation
-
- dumpData() - Method in class org.lsst.ccs.subsystem.airwatch.main.RestfulClient
-
Dumps the text received from the server without trying to parse it.