1#ifndef PSK_REPORTER_HPP_
2#define PSK_REPORTER_HPP_
4#include "JS8_Include/pimpl_h.h"
5#include "JS8_Main/Radio.h"
26 QString
const &antenna);
29 Radio::Frequency freq, QString
const &mode,
int snr,
30 QDateTime
const &utcTimestamp);
37 Q_SIGNAL
void errorOccurred(QString
const &reason);
Definition Configuration.h:57
void start()
Starts the PSKReporter.
Definition PSKReporter.cpp:632
void setLocalStation(QString const &call, QString const &grid, QString const &antenna)
Sets the local station information.
Definition PSKReporter.cpp:652
PSKReporter(Configuration const *, QString const &program_info)
Construct a new PSKReporter::PSKReporter object.
Definition PSKReporter.cpp:622
void reconnect()
Reconnects to the PSKReporter server.
Definition PSKReporter.cpp:643
void addRemoteStation(QString const &call, QString const &grid, Radio::Frequency freq, QString const &mode, int snr, QDateTime const &utcTimestamp)
Adds a remote station spot to be reported.
Definition PSKReporter.cpp:673
void sendReport(bool last=false)
Sends the report to PSK Reporter.
Definition PSKReporter.cpp:743