class CWeather extends CEngine
^ INDEX
Table of contents
CWeather
WeatherDisplayReport
WeatherFetchMETAR
WeatherGetAirPressure
WeatherGetCheckDate
WeatherGetCheckTime
WeatherGetSkyConditions
WeatherGetSkyIcon
WeatherGetTemperature
WeatherGetWeatherConditions
WeatherProcessMETAR
WeatherRetrieveReport
WeatherSaveReport
^ Top
CWeather()
absolutengine
Weather class for displaying current weather for locality selected
Created following METAR specifications found at:
TO-DO:NOSIG, TEMPO BECMG (predictions)
RE prefix for recent (RERA = REcent RAin)
^ Top
WeatherDisplayReport()
Display all possible data fetched
Serve as a debugging function
^ Top
WeatherFetchMETAR()
^ Top
WeatherGetAirPressure()
Get air pressure
^ Top
WeatherGetCheckDate()
Get date of last weather check
^ Top
WeatherGetCheckTime()
Get time of last weather check
^ Top
WeatherGetSkyConditions()
Get sky conditions
^ Top
WeatherGetSkyIcon()
Get icon matching sky conditions
^ Top
WeatherGetTemperature()
Get temperature
^ Top
WeatherGetWeatherConditions()
Get weather conditions
^ Top
WeatherProcessMETAR()
^ Top
WeatherRetrieveReport()
Retrieve current weather report
^ Top
WeatherSaveReport()
Save report into database
^ Top