Searched defs:GnssBatching (Results 1 – 1 of 1) sorted by relevance
30 struct GnssBatching : public BnGnssBatching { struct47 std::shared_ptr<IGnssBatchingCallback> mCallback; argument48 std::deque<GnssLocation> mBatchedLocations;49 std::optional<GnssLocation> mLocation;50 std::condition_variable mThreadNotification;51 bool mRunning = false;52 std::thread mThread;53 mutable std::mutex mMtx;