mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
file writer class should be created only if file write enabled, x coord fixed to reflect hardcoded values as detector does not send this value yet
This commit is contained in:
@ -311,6 +311,9 @@ class DataProcessor : private virtual slsReceiverDefs, public ThreadObject {
|
||||
/** timer beginning stamp for random streaming */
|
||||
struct timespec timerBegin;
|
||||
|
||||
/** x coord hardcoded, as detector does not send them yet **/
|
||||
uint16_t xcoord;
|
||||
|
||||
|
||||
|
||||
//acquisition start
|
||||
|
Reference in New Issue
Block a user