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)
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?