Changeset 15054
- Timestamp:
- 03/13/13 14:01:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r15012 r15054 1471 1471 return GetCurrentState(); 1472 1472 1473 fFtmControlState = d.GetQoS(); 1473 // If the FTM is in state Configuring, the clock conditioner 1474 // is always reported to be unlocked 1475 if (d.GetQos()!=2) 1476 fFtmControlState = d.GetQoS(); 1474 1477 1475 1478 const FTM::DimStaticData &dat = d.Ref<FTM::DimStaticData>();
Note:
See TracChangeset
for help on using the changeset viewer.