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
azonenberg
changed the title
Consider removing support for non-queued acquisition mode in Oscilloscope()
Consider removing support for non-queued acquisition mode in Oscilloscope::AcquireData()
Jun 2, 2020
this would also simplify driver code, since it no longer has to special-case the first segment as "the one which might not go in the FIFO", so +1
azonenberg
changed the title
Consider removing support for non-queued acquisition mode in Oscilloscope::AcquireData()
Remove support for non-queued acquisition mode in Oscilloscope::AcquireData()
Aug 2, 2020
The current toQueue=true as default model seems to confuse people.
Maybe it makes more sense to define AcquireData() as only writing to the FIFO, then require a separate pop operation to read the data?
This isn't a final decision, looking for comments.
The text was updated successfully, but these errors were encountered: