CARMA C++
TrackingStatus.h
Go to the documentation of this file.
1 #ifndef TRACKINGSTATUS_H
2 #define TRACKINGSTATUS_H
3 
11 namespace sza {
12  namespace util {
13 
18  public:
19 
20  enum Status {
21 
27 
33 
41 
46 
51 
56 
63 
70  };
71 
72  }; // End class TrackingStatus
73 
74  }; // End namespace util
75 }; // End namespace sza
76 
77 #endif
The telescope is currently slewing.
The telescope is trying to track a source that is above the upper elevation limit of the telescope...
Class to enumerate the current telescope tracking status.
The telescope is currently tracking a source.
The last time received from the GPS time-code reader was invalid.
The telescope is trying to track a source that is below the lower elevation limit of the telescope...
The tracker is responding to a change in conditions such as a new command or configuration parameter ...
At least one critical tracker configuration parameter hasn't been received from the control program y...
The telescope is currently halted.