We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3bfb0 commit 67c2c12Copy full SHA for 67c2c12
src/ReadoutEquipment.h
@@ -92,6 +92,8 @@ class ReadoutEquipment {
92
int memoryPoolPageSize=0; // size if each page in pool
93
int memoryPoolNumberOfPages=0; // number of pages in pool
94
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
97
};
98
99
0 commit comments