Changeset 12698 for trunk/FACT++/src


Ignore:
Timestamp:
12/05/11 08:43:01 (13 years ago)
Author:
tbretz
Message:
Fixed the size of the data sent in the service and changed the intentionally missed reports to 1
File:
1 edited

Legend:

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

    r12654 r12698  
    234234
    235235            fDimData.setQuality(fCommand=="FTM_CONTROL/SET_THRESHOLD");
    236             fDimData.setData(data, 204*sizeof(float));
     236            fDimData.setData(data, sizeof(data));
    237237            fDimData.Update();
    238238
     
    253253            }
    254254
    255             fSeconds = -2;  // FIXME: In principle one missed report is enough
     255            //fSeconds = -2;  // FIXME: In principle one missed report is enough
     256            fSeconds = -1;
    256257
    257258            const int32_t cmd[2] = { -1, fThreshold };
Note: See TracChangeset for help on using the changeset viewer.