Changeset 14505 for trunk/FACT++/src


Ignore:
Timestamp:
10/22/12 20:50:24 (12 years ago)
Author:
tbretz
Message:
Fixed some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ftmctrl.cc

    r14504 r14505  
    19571957                return FTM::State::kConfigError2;
    19581958            // ======================
    1959             if (!fFtm.IsLocked())
     1959            if (!fFTM.IsLocked())
    19601960            {
    19611961                 T::Warn("Configuration successfull, but clock conditioner not locked.");
     
    22382238            ("");
    22392239
    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)
    22412241            (bind(&StateMachineFTM::ResetConfig, this))
    22422242            ("Reset states during a configuration or in case of configuration error");
Note: See TracChangeset for help on using the changeset viewer.