|
CARMA C++
|
Structure containing weather data that has to be sent to the correlator pipeline. More...
import "carma/monitor/CorrPipelineUpdate.idl";
Public Attributes | |
| MonitorPointValue | ambientTemp |
| Ambient temperature in Celsius. More... | |
| MonitorPointValue | barPressure |
| Barometric pressure in millibars. More... | |
| MonitorPointValue | dewPointTemp |
| Dew point temperature in Celsius. More... | |
| MonitorPointValue | relativeHumidity |
| Relative humidity as percentage. More... | |
Structure containing weather data that has to be sent to the correlator pipeline.
Definition at line 214 of file CorrPipelineUpdate.idl.
| MonitorPointValue carma::monitor::WeatherMonitorPoints::ambientTemp |
Ambient temperature in Celsius.
Definition at line 224 of file CorrPipelineUpdate.idl.
| MonitorPointValue carma::monitor::WeatherMonitorPoints::barPressure |
Barometric pressure in millibars.
Definition at line 219 of file CorrPipelineUpdate.idl.
| MonitorPointValue carma::monitor::WeatherMonitorPoints::dewPointTemp |
Dew point temperature in Celsius.
Definition at line 234 of file CorrPipelineUpdate.idl.
| MonitorPointValue carma::monitor::WeatherMonitorPoints::relativeHumidity |
Relative humidity as percentage.
Definition at line 229 of file CorrPipelineUpdate.idl.