CARMA C++
|
Class to enumerate the current telescope tracking type. More...
#include <carma/szautil/Tracking.h>
Public Types | |
enum | Type { TRACK_NONE = 0x0, TRACK_POINT = 0x2, TRACK_PHASE = 0x4, TRACK_BOTH = TRACK_POINT | TRACK_PHASE } |
Class to enumerate the current telescope tracking type.
Definition at line 17 of file Tracking.h.