Changeset 11099


Ignore:
Timestamp:
06/21/11 22:34:22 (13 years ago)
Author:
tbretz
Message:
Renamed state 'offline' to 'disengaged' to avoid confusion with the offline state in the GUI.
File:
1 edited

Legend:

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

    r11098 r11099  
    12881288
    12891289        // State names
    1290         T::AddStateName(FAD::kOffline, "Offline",
     1290        T::AddStateName(FAD::kOffline, "Disengaged",
    12911291                        "All enabled FAD boards are disconnected and the event-builer thread is not running.");
    12921292
     
    12941294                        "All enabled FAD boards are disconnected, but the event-builder thread is running.");
    12951295
     1296        T::AddStateName(FAD::kConnecting, "Connecting",
     1297                        "Only some enabled FAD boards are connected.");
     1298
    12961299        T::AddStateName(FAD::kConnected, "Connected",
    12971300                        "All enabled FAD boards are connected..");
    1298 
    1299         T::AddStateName(FAD::kConnecting, "Connecting",
    1300                         "Only some enabled FAD boards are connected.");
    13011301
    13021302        // FAD Commands
Note: See TracChangeset for help on using the changeset viewer.