From 0ab92d0a94cb3eec6e1e4f9a3ea66a4839a2851f Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Fri, 10 May 2024 00:51:15 +0000 Subject: [PATCH] annotations. --- lib/write_freq_samples_impl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/write_freq_samples_impl.cc b/lib/write_freq_samples_impl.cc index 3b7ed5fe..3a942a70 100644 --- a/lib/write_freq_samples_impl.cc +++ b/lib/write_freq_samples_impl.cc @@ -356,6 +356,7 @@ void write_freq_samples_impl::close_() { anno.access().label = inference_item.label; anno.access().generator = "GamutRF"; record.annotations.emplace_back(anno); + ++annotations; } d_logger->info("wrote {} annotations", annotations); std::string sigmf_filename = final_samples_path_base + ".sigmf-meta";