pushing last changes
This commit is contained in:
parent
4de5d3ff6d
commit
20d5246003
@ -111,10 +111,13 @@ void EventBuilder::onNewData(DataReceiver* receiver)
|
||||
if (loggingData) logDataToFile();
|
||||
HIT_ANALYSE_V2 hit_analyse_v2;//create the object
|
||||
QString dataString;
|
||||
// for (unsigned int dev_nrsim = 0; dev_nrsim < 3; dev_nrsim++){
|
||||
//simulate 6 planes instead of just 2
|
||||
for (unsigned int dev_nr = 0; dev_nr < nrReceivers; dev_nr++){
|
||||
dataString += hit_analyse_v2.analyseBeamData(currentFrame);
|
||||
dataString +=',';
|
||||
}
|
||||
// }
|
||||
QTime currentTime = QTime::currentTime();
|
||||
//Calculate the time since midnight in milliseconds
|
||||
int millisecondsSinceMidnight = currentTime.msecsSinceStartOfDay();
|
||||
|
@ -5,7 +5,7 @@
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui network serialport
|
||||
|
||||
#CONFIG += static
|
||||
unix {
|
||||
QMAKE_CXXFLAGS += -W -std=c++17
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user