JS8Call-Improved master
Loading...
Searching...
No Matches
APRSISClient.cpp File Reference

Implementation of APRS-IS client for JS8Call. More...

#include "APRSISClient.h"
#include "DriftingDateTime.h"
#include "Varicode.h"
#include <QLoggingCategory>
#include <QRandomGenerator>
#include <cmath>
Include dependency graph for APRSISClient.cpp:

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

Detailed Description

Implementation of APRS-IS client for JS8Call.

Function Documentation

◆ findall()

QList< QStringList > findall ( QRegularExpression re,
QString content )

Find all matches of a regular expression in a string.

Parameters
re
content
Returns
QList<QStringList>
Here is the caller graph for this function:

◆ floordiv()

long floordiv ( long num,
long den )
inline

Floor division for long integers.

Parameters
num
den
Returns
long
Here is the caller graph for this function: