Changeset 12837 for trunk


Ignore:
Timestamp:
02/03/12 14:54:44 (13 years ago)
Author:
tbretz
Message:
Renamed the tracking with source name to TRACK_SOURCE; replaced C by W to force a thrid argument.
File:
1 edited

Legend:

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

    r12836 r12837  
    883883        const sources::const_iterator it = fSources.find(name);
    884884        if (it==fSources.end())
    885             return T::Error("Source '"+name+"'not found in list.");
     885            return T::Error("Source '"+name+"' not found in list.");
    886886
    887887        const double &ra   = it->second.first;
     
    10521052             "|Angle[deg]:Wobble angle");
    10531053
    1054         T::AddEvent("TRACK", "D:2;C", kStateArmed)   // ->RADEC/GRB
     1054        T::AddEvent("TRACK_SOURCE", "D:2;W", kStateArmed)   // ->RADEC/GRB
    10551055            (bind(&StateMachineDrive::Track, this, placeholders::_1))
    10561056            ("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.