discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Curiosity about implementation of block with multiple


From: marco Ribero
Subject: [Discuss-gnuradio] Curiosity about implementation of block with multiple data type
Date: Thu, 30 Apr 2015 13:30:14 +0000

Looking better about implementation of blocks like fft,fir,etc a question rise in my brain.
Why in blocks with selectable input/output data type there are C++ multiple file, each one with the specialization of a single data type(file finishing with _cc,_ff,etc), instead of use template(and eventually explicit specialization where is necessary)?

I'm not an expert,so I'd like to understand why you have chosen an approach instead of another.

Thanks,
marco

reply via email to

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