discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr_make_io_signaturev


From: Brett L. Trotter
Subject: [Discuss-gnuradio] gr_make_io_signaturev
Date: Wed, 05 Nov 2008 13:29:21 -0600
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)

Are there any examples of how to use this?

Since the current C++ (until C++0x is out) doesn't support vector
initialization, how does one format the inheritance constructor?
for example:
myblock::myblock(...) : gr_block("myblock", gr_make_io_signaturev(4,4,
std::vector<int> somevec)) { ...} 

in what code do I populate somevec? or is there another way to attack this?




reply via email to

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