StimFrame: Store ringbuff index as member var
Now each StimFrame knows its index within its parent SpMcRingbuff object.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user