Changeset 14505 for trunk/FACT++/src
- Timestamp:
- 10/22/12 20:50:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r14504 r14505 1957 1957 return FTM::State::kConfigError2; 1958 1958 // ====================== 1959 if (!fF tm.IsLocked())1959 if (!fFTM.IsLocked()) 1960 1960 { 1961 1961 T::Warn("Configuration successfull, but clock conditioner not locked."); … … 2238 2238 (""); 2239 2239 2240 T::AddEvent("RESET_CONFIGURE" , FTM::State::kConfiguring1, FTM::State::kConfiguring2, FTM::State::kConfigured, FTM::State::kConfigError1, FTM::State::kConfigError2,FTM::State::kConfigError2)2240 T::AddEvent("RESET_CONFIGURE")(FTM::State::kConfiguring1)(FTM::State::kConfiguring2)(FTM::State::kConfigured)(FTM::State::kConfigError1)(FTM::State::kConfigError2)(FTM::State::kConfigError2) 2241 2241 (bind(&StateMachineFTM::ResetConfig, this)) 2242 2242 ("Reset states during a configuration or in case of configuration error");
Note:
See TracChangeset
for help on using the changeset viewer.