Skip to content

Commit 67c2c12

Browse files
committed
added disableOutput param
1 parent eb3bfb0 commit 67c2c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReadoutEquipment.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ class ReadoutEquipment {
9292
int memoryPoolPageSize=0; // size if each page in pool
9393
int memoryPoolNumberOfPages=0; // number of pages in pool
9494
std::string memoryBankName=""; // memory bank to be used. by default, this uses the first memory bank available
95+
96+
int disableOutput=0; // when set true, data are dropped before pushing to output queue
9597
};
9698

9799

0 commit comments

Comments
 (0)