From 9f49495b36004af83372a31bb658f32fbb334599 Mon Sep 17 00:00:00 2001
From: Josh Morman <mormjb@gmail.com>
Date: Thu, 23 Apr 2020 10:59:04 -0400
Subject: uhd: add pybind11 bindings

---
 gr-uhd/python/uhd/qa_uhd.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gr-uhd/python/uhd/qa_uhd.py')

diff --git a/gr-uhd/python/uhd/qa_uhd.py b/gr-uhd/python/uhd/qa_uhd.py
index f36a6e9f1d..a954a2233b 100644
--- a/gr-uhd/python/uhd/qa_uhd.py
+++ b/gr-uhd/python/uhd/qa_uhd.py
@@ -37,6 +37,8 @@ class test_uhd(gr_unittest.TestCase):
         """
         Try to manipulate the stream args channels for proper swig'ing checks.
         """
+        # FIXME: stream_args_t.channels.append does not work due to copy operation of STL vectors
+        # Needs to either change API, remove QA test, or somehow remap append()
         sa = uhd.stream_args_t()
         sa.channels.append(1)
         sa.channels.append(0)
-- 
cgit v1.2.3