Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added tag_propagation_policy_t to block_gateway #69

Merged

Conversation

marcusmueller
Copy link
Member

Adding an enum tag_propagation_policy_t to the gr namespace in block_gateway.h.

This adds TPP_DONT etc to the gr. module. Therefore, self.set_tag_propagation_policy works from python now, too:

from gnuradio import gr

class my_block(gr.basic_block):
    def __init__(self):
...
        self.set_tag_propagation_policy(gr.TPP_DONT)

@jmcorgan jmcorgan merged commit 465376f into gnuradio:master Aug 16, 2013
@marcusmueller marcusmueller deleted the gateway__tag_propagation_policy_t branch August 20, 2013 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants