Enroute Flight Navigation
A navigation app for VFR pilots
Traffic::FlarmnetDB Class Reference

Flarmnet database. More...

#include <FlarmnetDB.h>

Public Member Functions

 FlarmnetDB (QObject *parent=nullptr)
 Default constructor.
 
Q_INVOKABLE QString getRegistration (const QString &key)
 Find password for a given key.
 

Detailed Description

Flarmnet database.

This simple class provides access to a Flarmnet database, which is in essence a glorified QHash<QString, QString>, where keys are Flarm IDs and values are aircraft registration strings.

Definition at line 37 of file FlarmnetDB.h.

Constructor & Destructor Documentation

◆ FlarmnetDB()

Traffic::FlarmnetDB::FlarmnetDB ( QObject * parent = nullptr)

Default constructor.

This default constructor will read the database from a file into memory.

Parameters
parentThe standard QObject parent pointer

Member Function Documentation

◆ getRegistration()

Q_INVOKABLE QString Traffic::FlarmnetDB::getRegistration ( const QString & key)

Find password for a given key.

Parameters
keyFlarmID to look up
Returns
Aircraft registration, or an empty string if the database does not contain the key

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