Re: [Discuss-gnuradio] question in source code of gr_sig_source_f

2009-08-06 Thread Eric Blossom
On Thu, Aug 06, 2009 at 12:39:15PM -0700, Milo Wong wrote: > Hi, > > I was browsing the GNU radio C++ API. Here I have a couple of questions > about the class reference of gr_sig_source_f. (Signal generator) > > 1) For the type of public member function waveform(), i.e. gr_waveform_t > waveform (

[Discuss-gnuradio] question in source code of gr_sig_source_f

2009-08-06 Thread Milo Wong
Hi, I was browsing the GNU radio C++ API. Here I have a couple of questions about the class reference of gr_sig_source_f. (Signal generator) 1) For the type of public member function waveform(), i.e. gr_waveform_t waveform () const. Where can I refer to the definition of "gr_waveform_t"? Is there