merge solved from developer, xcoord from detector if given

This commit is contained in:
Dhanya Maliakal
2017-10-23 17:21:45 +02:00
5 changed files with 23 additions and 21 deletions

View File

@ -343,8 +343,9 @@ class DataProcessor : private virtual slsReceiverDefs, public ThreadObject {
/** temporary buffer for processing */
char* tempBuffer;
/** x coord hardcoded, as detector does not send them yet **/
uint16_t xcoord;
/** x coord hardcoded ad 1D, if detector does not send them yet **/
uint16_t xcoordin1D;