guruofquality / gras

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

convenience routine to setup input message port #32

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

setting up an input port as a message only may be a common paradigm

should we provide a convenience routine?

Such a routine would:

guruofquality commented 11 years ago

Looking back on this, we dont need to set the item size or configure tag erasure. The autoconsume is not really needed unless unexpected samples are sent to the block -- kind of useful but users should just really not do that.

So the only thing really necessary is setting config.reserve_items = 0; So this isnt such a bug deal...