discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] External modules include path / namespace


From: Sylvain Munaut
Subject: [Discuss-gnuradio] External modules include path / namespace
Date: Sun, 2 Jun 2013 00:18:49 +0200

Hi,

>From looking at what gr_modtool generate, you get

include: $prefix/include/module_name/
namespace: gr::module_name::
python: $prefix/lib/site-package/module_name/

Since the module are placed in the gr:: namespace, wouldn't it make
sense to have :

include: $prefix/include/gnuradio/module_name/
namespace: gr::module_name::
python: $prefix/lib/site-package/gnuradio/module_name/

This would also make external modules that much closer to internal
ones and further reduce the difference between in-tree / out-of-tree

Cheers,

    Sylvain



reply via email to

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