discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-modtool and SWIG file line order


From: Martin Braun (CEL)
Subject: [Discuss-gnuradio] gr-modtool and SWIG file line order
Date: Tue, 26 Feb 2013 11:09:35 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

This seems to have been confusing everyone,

so here's the answer:

== >= 3.7 ==
In the 3.7-style module structure (which uses the include/MODULENAME/
directory and omits the module prefix from the file names), the correct
order is:

%include "..."
GR_SWIG_BLOCK_MAGIC2(...)

This format is automatically chosen for new modules. We generally
recommend this format.


== Older Format ==
In the pre-3.7 format (without the impl-files, and with the *.h in
include/), the correct order is:

GR_SWIG_BLOCK_MAGIC(...)
%include "..."

A major difference between the way modtool handles swigging in this style
modules is that no *.i files are generated, but rather the *.h files are
included. If this doesn't work, you'll have to generate the *.i file by
hand.


If you're using a current version of modtool, this *should all work
automatically*.

MB


-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgpXPSNwkjAwq.pgp
Description: PGP signature


reply via email to

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