discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] how arrays work


From: MHMND Herath
Subject: [Discuss-gnuradio] how arrays work
Date: Fri, 27 Dec 2013 15:43:13 +0600

        I wrote this array under the     
interp_ff_impl::work(int noutput_items,
                          gr_vector_const_void_star &input_items,
                          gr_vector_void_star &output_items)

int f[m];
 I could not initialise by
int f[m]={0};
block is also not work can we write array like the above in gnuradio c++ code




reply via email to

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