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