JS8Call-Improved master
Loading...
Searching...
No Matches
ADIF.cpp File Reference

Implementation of the ADIF class for handling ADIF log files. More...

#include "ADIF.h"
#include <QDateTime>
#include <QFile>
#include <QLoggingCategory>
#include <QTextStream>
Include dependency graph for ADIF.cpp:

Variables

const QStringList ADIF_FIELDS
 Known ADIF field names used when parsing ADIF records.

Detailed Description

Implementation of the ADIF class for handling ADIF log files.

Variable Documentation

◆ ADIF_FIELDS

const QStringList ADIF_FIELDS

Known ADIF field names used when parsing ADIF records.

This list contains the ADIF field names (upper-case) that are extracted from ADIF records by the implementation. Users should treat this symbol as read-only.