|
| | SpotClient (QString const &host, quint16 port, QString const &version, QObject *parent=nullptr) |
| | Constructs a SpotClient object.
|
|
void | start () |
| void | setLocalStation (QString const &callsign, QString const &grid, QString const &info) |
| | Sets the local station information.
|
| void | enqueueCmd (QString const &cmd, QString const &from, QString const &to, QString const &relayPath, QString const &text, QString const &grid, QString const &extra, int submode, int dial, int offset, int snr) |
| | Enqueues a command to be sent to the spot server.
|
| void | enqueueSpot (QString const &callsign, QString const &grid, int submode, int dial, int offset, int snr) |
| | Enqueues a spot to be sent to the spot server.
|
|
Q_SIGNAL void | error (QString const &) const |
◆ SpotClient()
| SpotClient::SpotClient |
( |
QString const & | name, |
|
|
quint16 | port, |
|
|
QString const & | version, |
|
|
QObject * | parent = nullptr ) |
Constructs a SpotClient object.
- Parameters
-
| name | The hostname of the spot server. |
| port | The port number of the spot server. |
| version | The version string of the client. |
| parent | The parent QObject. |
◆ enqueueCmd()
| void SpotClient::enqueueCmd |
( |
QString const & | cmd, |
|
|
QString const & | from, |
|
|
QString const & | to, |
|
|
QString const & | relayPath, |
|
|
QString const & | text, |
|
|
QString const & | grid, |
|
|
QString const & | extra, |
|
|
int | submode, |
|
|
int | dial, |
|
|
int | offset, |
|
|
int | snr ) |
Enqueues a command to be sent to the spot server.
- Parameters
-
| cmd | The command string. |
| from | The sender callsign. |
| to | The recipient callsign. |
| relayPath | The relay path. |
| text | The message text. |
| grid | The grid locator. |
| extra | Additional information. |
| submode | The submode identifier. |
| dial | The dial frequency. |
| offset | The frequency offset. |
| snr | The signal-to-noise ratio. |
◆ enqueueSpot()
| void SpotClient::enqueueSpot |
( |
QString const & | callsign, |
|
|
QString const & | grid, |
|
|
int | submode, |
|
|
int | dial, |
|
|
int | offset, |
|
|
int | snr ) |
Enqueues a spot to be sent to the spot server.
- Parameters
-
| callsign | The callsign of the spotted station. |
| grid | The grid locator of the spotted station. |
| submode | The submode identifier. |
| dial | The dial frequency. |
| offset | The frequency offset. |
| snr | The signal-to-noise ratio. |
◆ setLocalStation()
| void SpotClient::setLocalStation |
( |
QString const & | callsign, |
|
|
QString const & | grid, |
|
|
QString const & | info ) |
Sets the local station information.
- Parameters
-
| callsign | The callsign of the local station. |
| grid | The grid locator of the local station. |
| info | Additional info about the local station. |
The documentation for this class was generated from the following files: