CARMA C++
DecAngle.h File Reference

Representation of Declination Angle. More...

Go to the source code of this file.

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::services
 Auxiliary Services is intended to provide routines commonly needed for array control and observational planning.
 

Functions

std::ostream & carma::services::operator<< (std::ostream &os, const carma::services::DecAngle &angle)
 Define the << operator to allow, e.g. More...
 

Detailed Description

Representation of Declination Angle.

This differs from and Angle in that values greater 90 degrees and less than -90 degrees are not allowed. If any operation results in a DecAngle outside the valid range, a ConformabilityException is thrown.

Author
Marc Pound
Version
$Revision $

Definition in file DecAngle.h.