discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] flowgraph reading keystrokes during execution


From: Martin Braun
Subject: Re: [Discuss-gnuradio] flowgraph reading keystrokes during execution
Date: Wed, 26 Mar 2014 10:54:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 03/26/2014 04:26 AM, Activecat wrote:
> Dear Sir,
> 
> I am thinking of building simple chat application using gnuradio.
> PC#1 connecting to USRP#1, will send text message to PC#2 via USRP#2.
> The question is, how to get the user keystrokes from the flowgraph at PC#1 ?
> 
> I am building the flowgraphs using GRC (Companion).
> I guess I need to use something similar to WX GUI Slider, that get the
> user keystrokes instead of the slider position, into the flowgraph,
> during its execution.

Sure, you can add another widget to do that. You probably want to catch
an event from QT and turn that into a message, then post that
asynchronously.

M




reply via email to

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