Skip to content
Snippets Groups Projects
  • jsiegle's avatar
    59060a54
    Fixed bug in SourceNode · 59060a54
    jsiegle authored
    The IntanThread was occasionally looking for data after acquisition was disabled,
    which would trigger the SourceNode to attempt to manually disable callbacks.
    The only negative effect of this was that if the user was currently viewing
    a different signal chain, it would switch back to the Intan chain unexpectedly.
    This is no longer the case, as the SourceNode checks to see whether or not
    it received a proper disable signal from the ProcessorGraph before notifying
    the UI that data may have been dropped.
    59060a54
    History
    Fixed bug in SourceNode
    jsiegle authored
    The IntanThread was occasionally looking for data after acquisition was disabled,
    which would trigger the SourceNode to attempt to manually disable callbacks.
    The only negative effect of this was that if the user was currently viewing
    a different signal chain, it would switch back to the Intan chain unexpectedly.
    This is no longer the case, as the SourceNode checks to see whether or not
    it received a proper disable signal from the ProcessorGraph before notifying
    the UI that data may have been dropped.
SourceNode.cpp 5.58 KiB