Changeset 13222
- Timestamp:
- 03/26/12 08:46:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/drivectrl.cc
r13166 r13222 897 897 } 898 898 899 const string name( ptr);899 const string name(Tools::TrimQuotes(ptr)); 900 900 901 901 const sources::const_iterator it = fSources.find(name); … … 1073 1073 "|Angle[deg]:Wobble angle"); 1074 1074 1075 T::AddEvent("TRACK_SOURCE", "D:2; W", kStateArmed) // ->RADEC/GRB1075 T::AddEvent("TRACK_SOURCE", "D:2;C"/*, kStateArmed*/) // ->RADEC/GRB 1076 1076 (bind(&StateMachineDrive::Track, this, placeholders::_1)) 1077 1077 ("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.