StimFrame: Store ringbuff index as member var

Now each StimFrame knows its index within its parent SpMcRingbuff
object.
This commit is contained in:
2025-11-23 06:15:54 -04:00
parent f57236530d
commit e689063a8c
4 changed files with 11 additions and 5 deletions
@@ -1015,7 +1015,9 @@ public:
}
}
std::cout << __func__ << ": pointsPerDgram=" << pointsPerDgram
std::cout << __func__ << ": ringBufferIndex="
<< context->intensityStimFrame->get().ringBufferIndex
<< ", pointsPerDgram=" << pointsPerDgram
<< ", nSucceeded=" << nSucceeded
<< ", totalPoints=" << totalPoints
<< ", highIntensityCount=" << highIntensityCount << std::endl;