Re: [Discuss-gnuradio] problem linking app with qtgui_sink_c

2012-05-24 Thread Tom Rondeau
On Wed, May 23, 2012 at 7:11 PM, Stephen wrote: >> I'm not sure what's going wrong there, but that set_yaxis is exposed >> through the SpectrumGUIClass as "SetFrequencyAxis", which is called >> via the qtgui_sink_{c,f} as "set_frequency_axis". Can you use either >> of those for what you want? (the

Re: [Discuss-gnuradio] problem linking app with qtgui_sink_c

2012-05-23 Thread Stephen
> I'm not sure what's going wrong there, but that set_yaxis is exposed > through the SpectrumGUIClass as "SetFrequencyAxis", which is called > via the qtgui_sink_{c,f} as "set_frequency_axis". Can you use either > of those for what you want? (the naming was changed so that the > function exposed in

Re: [Discuss-gnuradio] problem linking app with qtgui_sink_c

2012-05-22 Thread Stephen
On 5/22/2012 8:38 AM, Tom Rondeau wrote: > > Stephen, > I'm not sure what's going wrong there, but that set_yaxis is exposed > through the SpectrumGUIClass as "SetFrequencyAxis", which is called > via the qtgui_sink_{c,f} as "set_frequency_axis". Can you use either > of those for what you want?

Re: [Discuss-gnuradio] problem linking app with qtgui_sink_c

2012-05-22 Thread Tom Rondeau
On Mon, May 21, 2012 at 10:34 PM, Stephen wrote: > Hey, > > I'm having a problem building my application. If anyone can tell me what > I'm doing wrong it > would be appreciated. > > All of the files I'm talking about are in gr-qtgui/lib > > There is a public routine, set_yaxis, in FrequencyDisplay

[Discuss-gnuradio] problem linking app with qtgui_sink_c

2012-05-21 Thread Stephen
Hey, I'm having a problem building my application. If anyone can tell me what I'm doing wrong it would be appreciated. All of the files I'm talking about are in gr-qtgui/lib There is a public routine, set_yaxis, in FrequencyDisplayPlot that I want to call. A pointer to that class is used in spec