discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] OOT module with external cpp library


From: Sami Mezhoud
Subject: [Discuss-gnuradio] OOT module with external cpp library
Date: Fri, 30 Mar 2018 14:08:25 +0200

Hello everyone,

I am trying to develop a custom Out Of Tree module that uses an external cpp SDK. I managed
to include the SDK sources in `lib/CMakeLists.txt` so that it compiles. The problem is that if
I include in the block implementation a header from the SDK, when it is executed in gnuradio, I
get the following error:
```
AttributeError: 'module' object has no attribute 'foobar'
```

Does anyone had anyone had a similar issue ?
Am I forgetting something ?

Thank you,
Sami


reply via email to

[Prev in Thread] Current Thread [Next in Thread]