Changeset 12837
- Timestamp:
- 02/03/12 14:54:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/drivectrl.cc
r12836 r12837 883 883 const sources::const_iterator it = fSources.find(name); 884 884 if (it==fSources.end()) 885 return T::Error("Source '"+name+"' not found in list.");885 return T::Error("Source '"+name+"' not found in list."); 886 886 887 887 const double &ra = it->second.first; … … 1052 1052 "|Angle[deg]:Wobble angle"); 1053 1053 1054 T::AddEvent("TRACK ", "D:2;C", kStateArmed) // ->RADEC/GRB1054 T::AddEvent("TRACK_SOURCE", "D:2;W", kStateArmed) // ->RADEC/GRB 1055 1055 (bind(&StateMachineDrive::Track, this, placeholders::_1)) 1056 1056 ("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.