CARMA C++
AngleCell.h File Reference

Specialized Cell to display angles (e.g. More...

#include "carma/ui/rtd/common/MonitorCell.h"
#include "carma/monitor/monitorPointSpecializations.h"
#include <boost/shared_ptr.hpp>
#include <string>
#include <map>

Go to the source code of this file.

Classes

class  carma::ui::rtd::AngleCell
 @ brief A Cell that displays the current value of a MonitorPoint that represents an angle More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::ui::rtd
 User Interface Realtime Display Windows.
 

Typedefs

typedef boost::shared_ptr
< AngleCell > 
carma::ui::rtd::AngleCellPtr
 
typedef enum
carma::ui::rtd::angleFormatTypeEnum 
carma::ui::rtd::angleFormatType
 
typedef enum
carma::ui::rtd::modulusTypeEnum 
carma::ui::rtd::modulusType
 

Enumerations

enum  carma::ui::rtd::angleFormatTypeEnum {
  carma::ui::rtd::FORMAT_HMS, carma::ui::rtd::FORMAT_DMS, carma::ui::rtd::FORMAT_DECIMAL_HOURS, carma::ui::rtd::FORMAT_DECIMAL_DEGREES,
  carma::ui::rtd::FORMAT_RADIANS
}
 
enum  carma::ui::rtd::modulusTypeEnum { carma::ui::rtd::MOD_TWO_PI, carma::ui::rtd::MOD_PI, carma::ui::rtd::MOD_NONE }
 

Detailed Description

Specialized Cell to display angles (e.g.

RA, DEC, AZ, EL) in a variety of user-specified formats

Author
Marc Pound

$CarmaCopyright$

Definition in file AngleCell.h.