|
JS8Call-Improved master
|
Implementation of APRS-IS client for JS8Call. More...
#include "APRSISClient.h"#include "DriftingDateTime.h"#include "Varicode.h"#include <QLoggingCategory>#include <QRandomGenerator>#include <cmath>
Functions | |
| QList< QStringList > | findall (QRegularExpression re, QString content) |
| Find all matches of a regular expression in a string. | |
| long | floordiv (long num, long den) |
| Floor division for long integers. | |
Variables | |
| const int | PACKET_TIMEOUT_SECONDS = 300 |
Implementation of APRS-IS client for JS8Call.
| QList< QStringList > findall | ( | QRegularExpression | re, |
| QString | content ) |
Find all matches of a regular expression in a string.
| re | |
| content |

|
inline |
Floor division for long integers.
| num | |
| den |
