There was an error while loading. Please reload this page.
1 parent 6ebf4cd commit b61601fCopy full SHA for b61601f
1 file changed
Activities/Activity.h
@@ -149,7 +149,7 @@ class Activity
149
time_t m_msPreviouslySpentPaused; // number of ms spent paused
150
SensorReading m_lastAccelReading; // the oldest accelerometer reading received
151
SensorReading m_mostRecentSensorReading; // the youngest sensor reading received
152
- uint64_t m_threatCount; // threat count, from a radar unit, -1 for not set
+ uint64_t m_threatCount; // current threat count, from a radar unit, -1 for not set
153
uint64_t m_totalThreatCount; // sum of all threat counts, from a radar unit, -1 for not set
154
};
155
0 commit comments