Skip to content
Snippets Groups Projects
  • jsiegle's avatar
    ac72523a
    Acquisition automatically stops if data source is lost · ac72523a
    jsiegle authored
    Changes to the DataThread, SourceNode, and UIComponent classes allow data
    threads to disable callbacks if they are no longer receiving input. So
    far this has only been tested with the Intan Board, but it works really well.
    Unplugging the board in the middle of acquisition allows the thread to exit,
    and callbacks to be disabled, without any seg faults.
    ac72523a
    History
    Acquisition automatically stops if data source is lost
    jsiegle authored
    Changes to the DataThread, SourceNode, and UIComponent classes allow data
    threads to disable callbacks if they are no longer receiving input. So
    far this has only been tested with the Intan Board, but it works really well.
    Unplugging the board in the middle of acquisition allows the thread to exit,
    and callbacks to be disabled, without any seg faults.