You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Soapy setupstream function now passes back rxStream as the
return value rather than taking it as a parameter. This PR
corrects the code to build correctly and addresses issue myriadrf#23.
The Soapy setupstream function now passes back rxStream as the
return value rather than taking it as a parameter. This PR
corrects the code to build correctly and addresses issue #23.
The Soapy setupstream function now passes back rxStream as the return value rather than taking it as a parameter.
The setup stream should now look something like this:
rather than this:
SoapySDRStream *rxStream;
if (SoapySDRDevice_setupStream(sdr, &rxStream, SOAPY_SDR_RX, SOAPY_SDR_CF32, NULL, 0, NULL) != 0)
{
The text was updated successfully, but these errors were encountered: