Changeset 12809 for trunk/FACT++


Ignore:
Timestamp:
02/01/12 09:18:27 (13 years ago)
Author:
tbretz
Message:
Added a compile time warning so that we are not surprised that some stuff is not yet implemented when we make use of the special time marker channel one day.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataCalib.cc

    r12498 r12809  
    7272        memcpy(buf.data()+4+1440*1024*6+160*1024 + i*1024, fStats.data()+4 + 4*1024*1440 + 2*roi*1440+i*roi, roi*sizeof(float));
    7373    }*/
     74
     75#warning Time marker channels not sent
    7476
    7577    dim.Update(buf);
Note: See TracChangeset for help on using the changeset viewer.