discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] huge SWIG generated <module>.cc and <module>.py files


From: Joshua Lackey
Subject: [Discuss-gnuradio] huge SWIG generated <module>.cc and <module>.py files?
Date: Thu, 5 Jan 2006 20:47:49 -0800
User-agent: Mutt/1.2.5.1i

I'm not sure if this is common but I'm trying to track this down so I
thought I would ask to see if anyone else has seen this.

I'm constructing my own module and I patterned it after the howto.  When
my SWIG <module>.cc file is created it is about 3.5MB and the <module>.py
file is 600KB.  The howto module, on the other hand, has howto.cc about
210KB and the howto.py file under 8KB.

Also, when you look in my <module>.py file you find things like:

class gr_oscope_sink_f_sptr(object):
    """Proxy of C++ gr_oscope_sink_f_sptr class"""

I find it rather strange to have oscope things in my module.  (Moreover
these things do not appear in howto.py.)

It won't be much work for me to re-construct my project to (try and) fix
this, but I'm hoping that it is just some obvious argument somewhere
that I'm missing.

Thanks!

-- 
Joshua Lackey, PhD. -- address@hidden




reply via email to

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