From d89be8eaa2086928b36e678562e03cbfd7418877 Mon Sep 17 00:00:00 2001 From: alon Date: Sun, 14 Apr 2024 13:33:21 +0300 Subject: [PATCH] fixed include in gr - caribouLite --- .../include/gnuradio/caribouLite/caribouLiteSource.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/gr-caribouLite/include/gnuradio/caribouLite/caribouLiteSource.h b/software/gr-caribouLite/include/gnuradio/caribouLite/caribouLiteSource.h index 848654f..74487ed 100644 --- a/software/gr-caribouLite/include/gnuradio/caribouLite/caribouLiteSource.h +++ b/software/gr-caribouLite/include/gnuradio/caribouLite/caribouLiteSource.h @@ -39,6 +39,8 @@ namespace gr { float sample_rate=4000000, float freq=900000000, bool provide_meta = false); + + int64_t getHandle() const; }; } // namespace caribouLite