Enroute Flight Navigation
A navigation app for VFR pilots
|
METAR/TAF decoder. More...
#include <Decoder.h>
Public Member Functions | |
QString | currentWeather () |
Description of the current weather. | |
QString | decodedText (const Navigation::Aircraft &act, const QDateTime &time) |
Decoded text. | |
bool | isValid () const |
Indicates if raw text could be parsed correctly. | |
METAR/TAF decoder.
This class takes METAR or TAF messages in raw form and converts them to human-readable, translated text. This class is not meant to be used directly. Instead, use the classes Weather::METAR or Weather::TAF.
|
inlinenodiscard |
Description of the current weather.
For METAR messages, this property holds a description of the current weather in translated, human-readable form, such as "low drifting snow" or "light rain". The property can contain an empty string if there is nothing to report.
|
nodiscard |
Decoded text.
This method is not thread-safe.
act | Current aircraft, used to determine appropriate units |
time | Current time, used to describe points in time |
|
inlinenodiscard |