Go to the source code of this file.
Namespaces | |
| namespace | DbuBits |
Typedefs | |
| typedef enum DbuBits::EConsistencyBits | ConsistencyBits_t |
Enumerations | |
| enum | EConsistencyBits { kRecCountUnverified = 0x00000001, kSawNoRunStart = 0x00000002, kSawNoRunComment = 0x00000004, kSawNoRunEnd = 0x00000008, kSawNoRunConfig = 0x00000010, kSawNoConfigFiles = 0x00000020, kInProgress = 0x10000000, kDefaultConsistency } |
|
|
|
|
|
Definition at line 20 of file DbuBits.h. 00020 {
00021 kRecCountUnverified = 0x00000001,
00022 kSawNoRunStart = 0x00000002,
00023 kSawNoRunComment = 0x00000004,
00024 kSawNoRunEnd = 0x00000008,
00025 kSawNoRunConfig = 0x00000010,
00026 kSawNoConfigFiles = 0x00000020,
00027 kInProgress = 0x10000000,
00028
00029 kDefaultConsistency = kRecCountUnverified |
00030 kSawNoRunStart |
00031 kSawNoRunComment |
00032 kSawNoRunEnd |
00033 kSawNoRunConfig |
00034 kSawNoConfigFiles |
00035 kInProgress
00036 } ConsistencyBits_t;
|
1.3.9.1