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