Simple issue, the mTdi/mTdo data members are not initialized when SetupResults() is called, they are set in Setup(), which is called at the top of the worker thread. Restarting the analyzer would fix this, as long as those channels were still in use.
Simple issue, the mTdi/mTdo data members are not initialized when SetupResults() is called, they are set in Setup(), which is called at the top of the worker thread. Restarting the analyzer would fix this, as long as those channels were still in use.