Skip to content
Snippets Groups Projects
Commit f85d3051 authored by Sonia Minolli's avatar Sonia Minolli
Browse files

add debug logs

parent 69aca535
Branches
Tags
No related merge requests found
......@@ -147,6 +147,10 @@ void BufferedCounterEvt::handle_raw_buffer(ni660Xsl::InRawBuffer* buffer, long&
yat::AutoMutex<> guard(this->m_buffLock);
ni660Xsl::InRawBuffer& buf = *buffer;
// soso traces deimos
DEBUG_STREAM << "soso ******** BufferedCounterEvt " << this->m_cfg.cnt.name << " raw buffer[0] ulong received = " << buf[0] << std::endl;
// vient directement de DAQmxReadCounterU32
RawData_t & data = this->m_data;
bool data_to_be_stored = (this->m_cfg.acq.nexusFileGeneration && this->m_cfg.cnt.nexus);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment