JS8Call-Improved master
Loading...
Searching...
No Matches
CallDetail.h
Go to the documentation of this file.
1
5#pragma once
6
7#include "JS8_Main/Radio.h"
8
9#include <QDateTime>
10#include <QString>
11
20struct CallDetail {
21 QString call;
22 QString through;
23 QString grid;
24 Radio::Frequency dial;
25 int offset;
26 QDateTime cqTimestamp;
27 QDateTime ackTimestamp;
28 QDateTime utcTimestamp;
29 int snr;
30 int bits;
31 float tdrift;
32 int submode;
33};
One station in the Call Activity table.
Definition CallDetail.h:20