CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
TrackerFlags.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_TRACKERFLAGS_H
2
#define SZA_UTIL_TRACKERFLAGS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
TrackerFlags {
15
public
:
16
17
enum
{
18
LACKING = 0x1,
19
TIME_ERROR = 0x2,
20
UPDATING = 0x4,
21
HALT = 0x8,
22
SLEW = 0x10,
23
TRACK = 0x20,
24
TOO_LOW = 0x40,
25
TOO_HIGH = 0x80
26
};
27
28
enum
{
29
OFF_SOURCE_FALSE = 0x1,
30
OFF_SOURCE_TRUE = 0x2,
31
};
32
33
};
// End class TrackerFlags
34
35
}
// End namespace util
36
}
// End namespace sza
37
38
39
40
#endif // End #ifndef SZA_UTIL_TRACKERFLAGS_H
carma
szautil
TrackerFlags.h
Generated by
1.8.5