Changeset 14317 for trunk/FACT++


Ignore:
Timestamp:
08/07/12 06:12:33 (12 years ago)
Author:
neise
Message:
added RequestStatus, after Output on/off; output on/off was only allowed in Connected, but not in Voltage_On/_Off corrected that
File:
1 edited

Legend:

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

    r14316 r14317  
    256256            PostMessage(string("outp off\n"));
    257257        }
     258        RequestStatus();
    258259    }
    259260   
     
    441442             "|[host][string]:new ethernet address in the form <host:port>");
    442443
    443         T::AddEvent("OUTPUT", "B:1", State::kConnected)
     444        T::AddEvent("OUTPUT", "B:1")
    444445            (bind(&StateMachineAgilent::SetOutput, this, placeholders::_1))
    445446            ("set output on or off"
Note: See TracChangeset for help on using the changeset viewer.