Changeset 13216 for trunk


Ignore:
Timestamp:
03/25/12 22:23:06 (13 years ago)
Author:
tbretz
Message:
Updated some FITS descriptions.
File:
1 edited

Legend:

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

    r12954 r13216  
    12881288        fDimPassport      ("FTM_CONTROL/PASSPORT",        "X:1;S:1",
    12891289                                                          "Info about the FTM and FPGA version"
    1290                                                           "|Data0[int]:BoardId, hexCode"
    1291                                                           "|Data1[int]:DNA of the FTM board"),
     1290                                                          "|BoardId[int]:BoardId, hexCode"
     1291                                                          "|DNA[int]:DNA of the FTM board"),
    12921292        fDimTriggerRates  ("FTM_CONTROL/TRIGGER_RATES",   "X:1;X:1;I:1;F:1;F:40;F:160;F:1;F:1",
    12931293                                                          "Patch,Board,Camera trigger rates"
     
    13451345        fDimCounter       ("FTM_CONTROL/COUNTER",         "I:1;I:1;I:1;I:1;I:1;I:1",
    13461346                                                          "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"),
    13531353        fTimeStamp(UINT64_MAX),
    13541354        fTriggerCounter(UINT32_MAX)
Note: See TracChangeset for help on using the changeset viewer.