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

ADIF (Amateur Data Interchange Format) log file reader and writer. More...

#include "JS8_Main/fileutils.h"
#include <QtGui>
Include dependency graph for ADIF.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ADIF
 Parser and in-memory store for ADIF QSO records. More...
struct  ADIF::QSO
 Minimal representation of a QSO (contact) record. More...

Variables

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

Detailed Description

ADIF (Amateur Data Interchange Format) log file reader and writer.

Reads an ADIF log file into memory and provides search and append helpers. This header declares the ADIF utility class used by the logbook implementation to parse, query and append QSO records.

Compatible with Doxygen 1.16.

Author
VK3ACF
Date
July 2013

Variable Documentation

◆ ADIF_FIELDS

const QStringList ADIF_FIELDS
extern

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.