APRS call cache

This commit is contained in:
Jordan Sherer
2018-10-03 09:55:43 -04:00
parent 119499afa4
commit fe1cbcf6c6
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -779,6 +779,7 @@ private:
QMap<int, MessageBuffer> m_messageBuffer; // freq -> (cmd, [frames, ...])
QMap<QString, CallDetail> m_callActivity; // call -> (last freq, last timestamp)
QQueue<QString> m_txBeaconQueue; // beacon frames to be sent
QMap<QString, QDateTime> m_aprsCallCache;
QMap<QString, QMap<QString, CallDetail>> m_callActivityCache; // band -> call activity
QMap<QString, QMap<int, QList<ActivityDetail>>> m_bandActivityCache; // band -> band activity