CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
YigBits.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_YIGBITS_H
2
#define SZA_UTIL_YIGBITS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
YigBits {
15
public
:
16
17
enum
{
18
UNLOCKED = 0x1,
19
LOCKED = 0x2,
20
};
21
22
};
// End class YigBits
23
24
}
// End namespace util
25
}
// End namespace sza
26
27
28
29
#endif // End #ifndef SZA_UTIL_YIGBITS_H
carma
szautil
YigBits.h
Generated by
1.8.5