Skip to content

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

@raymundd

Description

@raymundd

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions