CARMA C++
|
The following class just enumerates valid axes. More...
#include <carma/antenna/sza/antenna/control/Axis.h>
Public Types | |
enum | Type { NONE = 0x0, AZ = 0x1, EL = 0x2, PA = 0x4, ALL = AZ|EL|PA } |
An enumerator to identify a valid axis. More... | |
Public Member Functions | |
Axis (Type type) | |
Constructor. More... | |
bool | isValidSingleAxis () |
Return true if this represents a single telescope axis. More... | |
Public Attributes | |
enum sza::antenna::control::Axis::Type | type_ |
sza::antenna::control::Axis::Axis | ( | Type | type | ) |
Constructor.
bool sza::antenna::control::Axis::isValidSingleAxis | ( | ) |
Return true if this represents a single telescope axis.