Imagebuffer reads, time binning

This commit is contained in:
Dominik Werder
2023-01-19 20:05:25 +01:00
parent 9c68476626
commit 8495853f8e
26 changed files with 341 additions and 127 deletions
+4
View File
@@ -286,6 +286,10 @@ impl Api1Query {
pub fn events_max(&self) -> Option<u64> {
self.events_max
}
pub fn set_decompress(&mut self, v: bool) {
self.decompress = v;
}
}
#[test]