My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::antenna::control::Axis Class Reference

#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_
 

Detailed Description

The following class just enumerates valid axes

Member Enumeration Documentation

An enumerator to identify a valid axis.

Constructor & Destructor Documentation

Axis::Axis ( Type  type)

Constructor.

....................................................................... Constructor

Member Function Documentation

bool Axis::isValidSingleAxis ( )

Return true if this represents a single telescope axis

....................................................................... Return true if the passed enumerator represents a valid single axis


The documentation for this class was generated from the following files: