Changeset 13223


Ignore:
Timestamp:
03/26/12 08:47:23 (13 years ago)
Author:
tbretz
Message:
Unintentionally changed the allowed states for TRACK_SOURCE with the last commit
File:
1 edited

Legend:

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

    r13222 r13223  
    10731073             "|Angle[deg]:Wobble angle");
    10741074
    1075         T::AddEvent("TRACK_SOURCE", "D:2;C"/*, kStateArmed*/)   // ->RADEC/GRB
     1075        T::AddEvent("TRACK_SOURCE", "D:2;C", kStateArmed)   // ->RADEC/GRB
    10761076            (bind(&StateMachineDrive::Track, this, placeholders::_1))
    10771077            ("Move the telescope to the given wobble position around the given source and start tracking"
Note: See TracChangeset for help on using the changeset viewer.