CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
LobeRotatorFlags.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_LOBEROTATORFLAGS_H
2
#define SZA_UTIL_LOBEROTATORFLAGS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
LobeRotatorFlags {
15
public
:
16
17
enum
{
18
WALSHING_OFF = 0x1,
19
WALSHING_ON = 0x2,
20
WALSHING_UNKNOWN = 0x4,
21
};
22
23
enum
{
24
PHASE_UNRCVD = 0x1,
25
PHASE_RCVD = 0x2,
26
PHASE_UNKNOWN = 0x4,
27
};
28
29
enum
{
30
COL_VALID = 0x1,
31
COL_DOWNLOADING = 0x2,
32
COL_BAD_CRC = 0x4,
33
COL_TIMED_OUT = 0x8,
34
COL_UNKNOWN = 0x10,
35
};
36
37
};
// End class LobeRotatorFlags
38
39
}
// End namespace util
40
}
// End namespace sza
41
42
43
44
#endif // End #ifndef SZA_UTIL_LOBEROTATORFLAGS_H
carma
szautil
LobeRotatorFlags.h
Generated by
1.8.5