guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

stats - grc integration - pass unique name top block #63

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

In GRC, each flow graph gets a unique ID in the options block. This should be passed into the top block so the unique name can be used by the stats client to save the settings.

guruofquality commented 11 years ago

solved by adding args to the query server and name param to the grextras block

We dont use the option block's id, so its kind-of redundant. On the other, a separate identifier for the server is more flexible. -- laziness justified