CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
CalTertFlags.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_CALTERTFLAGS_H
2
#define SZA_UTIL_CALTERTFLAGS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
CalTertFlags {
15
public
:
16
17
enum
{
18
IN_POSITION = 0x1,
19
MOVING = 0x2,
20
HOMING = 0x4,
21
STOPPED = 0x8,
22
POS_SOFT_LIMIT = 0x10,
23
NEG_SOFT_LIMIT = 0x20,
24
HARD_LIMIT = 0x40,
25
ERROR = 0x80
26
};
27
28
};
// End class CalTertFlags
29
30
}
// End namespace util
31
}
// End namespace sza
32
33
34
35
#endif // End #ifndef SZA_UTIL_CALTERTFLAGS_H
carma
szautil
CalTertFlags.h
Generated by
1.8.5