From e911d8b13efb9ebc898bbe50322673e5bfd39898 Mon Sep 17 00:00:00 2001 From: meggert Date: Wed, 18 Oct 2023 16:15:33 +0200 Subject: [PATCH] i guess we do this --- mission/acs/str/strHelpers.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mission/acs/str/strHelpers.h b/mission/acs/str/strHelpers.h index 1d107a58..235fd31a 100644 --- a/mission/acs/str/strHelpers.h +++ b/mission/acs/str/strHelpers.h @@ -1433,6 +1433,12 @@ class ValidationSet : public StaticLocalDataSet { class AutoBlobSet : StaticLocalDataSet<1> { public: AutoBlobSet(HasLocalDataPoolIF* owner) : StaticLocalDataSet(owner, AUTO_BLOB_SET_ID) {} + // Ticks timestamp + lp_var_t ticks = + lp_var_t(sid.objectId, PoolIds::TICKS_MATCHED_CENTROIDS, this); + // Unix time stamp + lp_var_t timeUs = + lp_var_t(sid.objectId, PoolIds::TIME_MATCHED_CENTROIDS, this); lp_var_t threshold = lp_var_t(sid.objectId, PoolIds::AUTO_BLOB_THRESHOLD, this); private: