From 7a548d82243952baa9d7c855997db0c086657a3d Mon Sep 17 00:00:00 2001 From: consti10 Date: Tue, 15 Dec 2020 01:21:44 +0100 Subject: [PATCH] work on rssi and remove header --- src/OpenHDStatisticsWriter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenHDStatisticsWriter.hpp b/src/OpenHDStatisticsWriter.hpp index 8750eda8..a9f833e7 100644 --- a/src/OpenHDStatisticsWriter.hpp +++ b/src/OpenHDStatisticsWriter.hpp @@ -64,7 +64,7 @@ class OpenHDStatisticsWriter{ // n packets that were completely lost though FEC uint64_t count_p_lost=0; // min max and avg rssi for each wifi card since the last call. - // if count_all is 0 nothing has been received on this card from the last call + // if count_all for a card at position N is 0 nothing has been received on this card from the last call (or the card at position N is not used for this instance) std::array rssiPerCard{}; }; void writeStats(const Data& data){