Changeset 13549
- Timestamp:
- 05/03/12 18:54:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r13477 r13549 57 57 DimStampedInfo fFTM; 58 58 DimStampedInfo fRates; 59 DimStampedInfo fStatic;59 // DimStampedInfo fStatic; 60 60 DimStampedInfo fRateScan; 61 61 … … 359 359 360 360 static vector<uint8_t> counter(160); 361 361 /* 362 362 if (curr==&fStatic) 363 363 { … … 373 373 return; 374 374 } 375 375 */ 376 376 if (curr==&fRates) 377 377 { … … 538 538 fFTM("FTM_CONTROL/STATE", (void*)NULL, 0, this), 539 539 fRates("FTM_CONTROL/TRIGGER_RATES", (void*)NULL, 0, this), 540 fRateScan("RATE_SCAN/STATE", (void*)NULL, 0, this)/*, 540 541 fStatic("FTM_CONTROL/STATIC_DATA", (void*)NULL, 0, this)/*, 541 542 fDimData("RATE_SCAN/DATA", "I:1;F:1;F:1;F:1;F:40;F:160", ""),
Note:
See TracChangeset
for help on using the changeset viewer.