Skip to content

Commit dae7306

Browse files
committed
Increase size of sample buffer to 10k channels
1 parent 0ac87f6 commit dae7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SimulatedSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18343,7 +18343,7 @@ class SimulatedSource : public Thread
1834318343
uint64 eventCode;
1834418344
float clk_period;
1834518345

18346-
float samples[384 * MAX_SAMPLES_PER_BUFFER];
18346+
float samples[10000 * MAX_SAMPLES_PER_BUFFER];
1834718347
int64 sampleNumbers[MAX_SAMPLES_PER_BUFFER];
1834818348
double timestamps[MAX_SAMPLES_PER_BUFFER];
1834918349
uint64 event_codes[MAX_SAMPLES_PER_BUFFER];

0 commit comments

Comments
 (0)