Ignore:
Timestamp:
01/10/17 14:26:14 (8 years ago)
Author:
(none)
Message:
name again LID_CTRL_USB for testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FACT++_lidctrl_usb/src/lidctrl.cc

    r18726 r18727  
    140140        fStateOfArduino(State::kOpen),
    141141        fLastStateOfArduino(State::kOpen),
    142         fDim("LID_CONTROL/INNER_MOTOR", "F:1;F:1;F:1;F:1;I:1;I:1",
     142        fDim("LID_CTRL_USB/INNER_MOTOR", "F:1;F:1;F:1;F:1;I:1;I:1",
    143143            "|inner_current_mean[mA]: "
    144144            "|outer_current_mean[mA]: "
     
    215215public:
    216216    StateMachineLid(ostream &out=cout) :
    217         StateMachineAsio<T>(out, "LID_CONTROL"), fLid(*this, *this)
     217        StateMachineAsio<T>(out, "LID_CTRL_USB"), fLid(*this, *this)
    218218    {
    219219        T::AddStateName(State::kOpen, "Open", "Lid is open");
Note: See TracChangeset for help on using the changeset viewer.