Changeset 13477
- Timestamp:
- 04/30/12 20:07:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r13242 r13477 46 46 }; 47 47 48 bool fTriggerOn; 49 48 50 DimServiceInfoList fNetwork; 49 51 … … 67 69 uint16_t fThresholdReference; 68 70 69 bool fTriggerOn;70 71 bool fVerbose; 71 72 bool fEnabled; … … 531 532 public: 532 533 StateMachineRateControl(ostream &out=cout) : StateMachineDim(out, "RATE_CONTROL"), 534 fTriggerOn(false), 533 535 fStatusDim(make_pair(Time(), -2)), 534 536 fStatusFTM(make_pair(Time(), -2)), … … 542 544 "|min[DAC]:Value at which scan was started" 543 545 "|max[DAC]:Value at which scan will end" 544 "|step[DAC]:Step size for scan")*/, 545 fTriggerOn(false) 546 "|step[DAC]:Step size for scan")*/ 546 547 { 547 548 // ba::io_service::work is a kind of keep_alive for the loop.
Note:
See TracChangeset
for help on using the changeset viewer.