Changeset 18266 for trunk/FACT++/src


Ignore:
Timestamp:
07/06/15 11:06:35 (9 years ago)
Author:
dneise
Message:
altered documentation of service according to www.fact-project.org/logbook/showthread.php?tid=3382
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r17540 r18266  
    286286                                                           "|relBytes[int]:Relative number of total bytes received (received - released)"),
    287287        fDimFileFormat("FAD_CONTROL/FILE_FORMAT",          "S:1", "|format[int]:Current file format"),
    288         fDimIncomplete("FAD_CONTROL/INCOMPLETE",           "X:1", "|incomplete[bits]:One bit per board"),
     288        fDimIncomplete("FAD_CONTROL/INCOMPLETE",           "X:1", "|incomplete[bits]:bit_index=c*10+b. board b(0..3) in crate c(0..9)"),
    289289        // It is important to instantiate them after the DimServices
    290290        fQueueStatistics1(std::bind(&EventBuilderWrapper::UpdateDimStatistics1, this, placeholders::_1)),
Note: See TracChangeset for help on using the changeset viewer.