CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
Tracking.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_TRACKING_H
2
#define SZA_UTIL_TRACKING_H
3
11
namespace
sza {
12
namespace
util {
13
17
class
Tracking
{
18
public
:
19
20
enum
Type {
21
TRACK_NONE = 0x0,
22
TRACK_POINT = 0x2,
23
TRACK_PHASE = 0x4,
24
TRACK_BOTH = TRACK_POINT | TRACK_PHASE
25
};
26
27
};
// End class Tracking
28
29
};
// End namespace util
30
};
// End namespace sza
31
32
#endif
sza::util::Tracking
Class to enumerate the current telescope tracking type.
Definition:
Tracking.h:17
carma
szautil
Tracking.h
Generated by
1.8.5