CARMA C++
sza::antenna::control::Axis Class Reference

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_
 

Detailed Description

The following class just enumerates valid axes.

Definition at line 19 of file Axis.h.

Member Enumeration Documentation

An enumerator to identify a valid axis.

Definition at line 26 of file Axis.h.

Constructor & Destructor Documentation

sza::antenna::control::Axis::Axis ( Type  type)

Constructor.

Member Function Documentation

bool sza::antenna::control::Axis::isValidSingleAxis ( )

Return true if this represents a single telescope axis.


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