Changeset 13216 for trunk/FACT++
- Timestamp:
- 03/25/12 22:23:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r12954 r13216 1288 1288 fDimPassport ("FTM_CONTROL/PASSPORT", "X:1;S:1", 1289 1289 "Info about the FTM and FPGA version" 1290 "| Data0[int]:BoardId, hexCode"1291 "|D ata1[int]:DNA of the FTM board"),1290 "|BoardId[int]:BoardId, hexCode" 1291 "|DNA[int]:DNA of the FTM board"), 1292 1292 fDimTriggerRates ("FTM_CONTROL/TRIGGER_RATES", "X:1;X:1;I:1;F:1;F:40;F:160;F:1;F:1", 1293 1293 "Patch,Board,Camera trigger rates" … … 1345 1345 fDimCounter ("FTM_CONTROL/COUNTER", "I:1;I:1;I:1;I:1;I:1;I:1", 1346 1346 "Communication statistics to or from FTM control and FTM" 1347 "| Data0[int]:Num. of headers (any header) received by ftm control"1348 "| Data1[int]:Num. of static data blocks (ftm and ftu settings)"1349 "| Data2[int]:Num. of dynamic data blocks (e.g. rates)"1350 "| Data3[int]:Num. of FTU list (FTU identifiers, answer from ping)"1351 "| Data4[int]:Num. of error messages"1352 "| Data5[int]:Num. of answers from a single register accesess"),1347 "|NumHeaders[int]:Num. of headers (any header) received by ftm control" 1348 "|NumStaticData[int]:Num. of static data blocks (ftm and ftu settings)" 1349 "|NumDynamicData[int]:Num. of dynamic data blocks (e.g. rates)" 1350 "|NumFtuList[int]:Num. of FTU list (FTU identifiers, answer from ping)" 1351 "|NumErrors[int]:Num. of error messages" 1352 "|NumRegister[int]:Num. of answers from a single register accesess"), 1353 1353 fTimeStamp(UINT64_MAX), 1354 1354 fTriggerCounter(UINT32_MAX)
Note:
See TracChangeset
for help on using the changeset viewer.