discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Summary of desires for GRC, just discuss on the #


From: Dan CaJacob
Subject: Re: [Discuss-gnuradio] Summary of desires for GRC, just discuss on the #ghuradio channel
Date: Wed, 2 Oct 2013 20:29:57 -0400

>    o off-page connectors -- for managing large flow-graphs

I thought this was covered by virtual sinks and sources.  Maybe that's somebody's custom block.

>    o some kind of "organizer" for parameters and variables

I'll take one of those, please.  I can see how it might be a tricky feature though.  Do you aggregate existing variables, but allow editing/viewing them from a single pane, or just scrap it all and have one multi-variable block?

>    o A way to make "Note" blocks larger and maybe multi-line

Notes are cool, but their context can be easily lost when moving blocks around.  I always thought that each block ought to have a "comment" field among the other properties, which is just a dumb text blob.  When you generate the python, this could even be inserted as a real python comment.  I can't say how many times I've opened a block and thought, why is that property set to that value?  A contextual comment for the block would help there I think.  If you want to get really crazy, you could even display a truncated version of it on the block itself in the FG, the same way values are shown.

Very Respectfully,

Dan CaJacob


On Wed, Oct 2, 2013 at 5:15 PM, Ethan Trewhitt <address@hidden> wrote:
Another feature that would be good for newbies: Like Tracie mentioned
yesterday, when I first jumped into GR earlier this year, my first
move was to run GRC and start playing with some graphs. Unfortunately
it was really hard to figure out where any examples were - and some of
the existing .grc files bundled with GR (at least at the time) didn't
even work.

I say we take a page out of the Arduino IDE book (see also: NetLogo)
and add a File, Examples menu item. This would provide the user with a
list of example GRC graphs, grouped by module or some other criterion.
A prerequisite to supporting this would be to provide a standardized
method for in-tree and OOT modules to indicate where their examples
were stored. Arduino does this by simply expecting any 3rd-party
libraries to have an "examples" subdirectory; it then adds those to
the friendly list.

On Wed, Oct 2, 2013 at 4:06 PM, Tom Rondeau <address@hidden> wrote:
> On Wed, Oct 2, 2013 at 3:03 PM, Marcus Leech <address@hidden> wrote:
>> Just a quick summary of the "things people would like" to see in GRC:
>>
>>    o off-page connectors -- for managing large flow-graphs
>
> This would just enable Balint's addiction.
>
>>    o better-handling of GRC-produced hier-blocks
>>    o allow blocks to be in more than one category
>
> This is already possible. Like the "Message Debug" block is in both
> "Debug Tools" and "Message Tools".
>
>>    o make searching "easier"
>>    o integrate Doxygen block documentation better
>
> This was one of the GSoC projects.
>
>>    o provide a safe method for blocks object handle to be passed into
>> "helper code"
>>    o some kind of "organizer" for parameters and variables
>>    o A way to make "Note" blocks larger and maybe multi-line
>
> Aside from that, these are all good suggestions. There will be some
> work on GRC at the hackfest on Friday. Hopefully this will all get
> recorded and we can make this a sustained effort.
>
> Thanks,
>
> Tom
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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