[Discuss-gnuradio] Need help with control port client

2013-04-03 Thread Alexandru Csete
Greetings, I'm trying to write a control port client in C++ but I got stuck and need some help. My problem is that the control port interface gives us a map containing GNURadio::KnobPtr but to get access to the value I need a typed pointer, e.g. GNURadio::KnobDPtr, which is derived from KnobPtr.

Re: [Discuss-gnuradio] Need help with control port client

2013-04-04 Thread Alexandru Csete
On Thu, Apr 4, 2013 at 1:52 AM, Alexandru Csete wrote: > Greetings, > > I'm trying to write a control port client in C++ but I got stuck and > need some help. > > My problem is that the control port interface gives us a map > containing GNURadio::KnobPtr but to get access to the value I need a > t

Re: [Discuss-gnuradio] Need help with control port client

2013-04-04 Thread Tom Rondeau
On Thu, Apr 4, 2013 at 6:37 PM, Alexandru Csete wrote: > On Thu, Apr 4, 2013 at 1:52 AM, Alexandru Csete wrote: >> Greetings, >> >> I'm trying to write a control port client in C++ but I got stuck and >> need some help. >> >> My problem is that the control port interface gives us a map >> contain