Enroute Flight Navigation
A navigation app for VFR pilots
Weather::Decoder Class Reference

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.
 

Detailed Description

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.

Definition at line 49 of file Decoder.h.

Member Function Documentation

◆ currentWeather()

QString Weather::Decoder::currentWeather ( )
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.

Returns
Property currentWeather

Definition at line 75 of file Decoder.h.

◆ decodedText()

QString Weather::Decoder::decodedText ( const Navigation::Aircraft & act,
const QDateTime & time )
nodiscard

Decoded text.

This method is not thread-safe.

Parameters
actCurrent aircraft, used to determine appropriate units
timeCurrent time, used to describe points in time
Returns
Human-readable, translated rich text.

◆ isValid()

bool Weather::Decoder::isValid ( ) const
inlinenodiscard

Indicates if raw text could be parsed correctly.

Returns
True if no error

Definition at line 100 of file Decoder.h.


The documentation for this class was generated from the following file: