Changeset 14504 for trunk/FACT++
- Timestamp:
- 10/22/12 20:47:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r14503 r14504 1957 1957 return FTM::State::kConfigError2; 1958 1958 // ====================== 1959 1960 // Check configuration again when a new static data block1961 // will be received1962 fCounterStat = fFTM.GetCounter(FTM::kStaticData);1963 1964 1959 if (!fFtm.IsLocked()) 1965 1960 { … … 1967 1962 return FTM::State::kConfigError3; 1968 1963 } 1964 // ====================== 1965 1966 // Check configuration again when a new static data block 1967 // will be received 1968 fCounterStat = fFTM.GetCounter(FTM::kStaticData); 1969 1969 1970 1970 T::Info(" ==> TODO: Update run in database!"); … … 2238 2238 (""); 2239 2239 2240 T::AddEvent("RESET_CONFIGURE", FTM::State::kConfiguring1, FTM::State::kConfiguring2, FTM::State::kConfigured, FTM::State::kConfigError1, 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"); 2243 2243 2244 2244
Note:
See TracChangeset
for help on using the changeset viewer.