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