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

Documentation makes no mention of new StreamSource that deprecates DataSource #44

Open
raymundd opened this issue Nov 11, 2020 · 0 comments

Comments

@raymundd
Copy link

raymundd commented Nov 11, 2020

When using DataSource in Python SandBox a warning is posted regarding it being deprecated and advises to use "StreamSource", please if acceptable, could the Sandbox section examples in the documentation match the recommendation?

input_s = sb.DataSource()
/usr/local/redhawk/core/lib/python/ossie/utils/sb/io_helpers.py:1292: DeprecationWarning: DataSource is deprecated, use StreamSource
warnings.warn("DataSource is deprecated, use StreamSource", DeprecationWarning)

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

No branches or pull requests

1 participant