My Project
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
Axis.h
1
#ifndef AXIS_H
2
#define AXIS_H
3
11
namespace
gcp {
12
namespace
antenna {
13
namespace
control {
14
15
19
class
Axis
{
20
21
public
:
22
26
enum
Type
{
27
NONE = 0x0,
28
AZ = 0x1,
// Make these orthogonal bits, so that they can
29
// be OR'd together
30
EL = 0x2,
31
PA = 0x4,
32
ALL = AZ|EL|PA
33
} type_;
34
38
Axis
(
Type
type);
39
43
bool
isValidSingleAxis
();
44
45
};
// End class Axis
46
47
};
// End namespace control
48
};
// End namespace antenna
49
}
// End namespace gcp
50
51
#endif // End #ifndef
gcp::antenna::control::Axis::isValidSingleAxis
bool isValidSingleAxis()
Definition:
Axis.cc:18
gcp::antenna::control::Axis
Definition:
Axis.h:19
gcp::antenna::control::Axis::Type
Type
Definition:
Axis.h:26
gcp::antenna::control::Axis::Axis
Axis(Type type)
Definition:
Axis.cc:10
gcpCbass
antenna
control
cbass
Axis.h
Generated on Thu Jun 21 2018 14:30:00 for My Project by
1.8.6