MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / logFilePath

Method logFilePath

src/core/PotaClient.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QString PotaClient::logFilePath() const
38{
39 return QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation)
40 + "/AetherSDR/spothub/pota.log";
41}
42
43void PotaClient::startPolling(int intervalSec)
44{

Callers 8

createBundleMethod · 0.45
initializeLogTailMethod · 0.45
reopenLogFileMethod · 0.45
appendNewLogDataMethod · 0.45
DxClusterDialogMethod · 0.45
buildUIMethod · 0.45
refreshLogMethod · 0.45
openLogFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected