discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Blocks with different input types


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] Blocks with different input types
Date: Sun, 18 Feb 2007 16:37:10 -0500
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Is it possible to generate a gnuradio block (gr_block)
with two kinds of inputs (say, shorts and floats)?

Looking at the contructor, and the gr_io_signature class
it is not clear how to do that...

gr_block::gr_block      (       const std::string &          name,
                gr_io_signature_sptr    input_signature,
                gr_io_signature_sptr    output_signature
        )       [protected]


Thanks
Achilleas




reply via email to

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