CARMA C++
|
#include "carma/services/Angle.h"
#include "carma/services/Length.h"
#include "carma/services/stringConstants.h"
Go to the source code of this file.
Classes | |
class | carma::services::Location |
Location specifies a location (observatory if you wish) on planet earth, as longitude, latitude, and altitude above sea-level. More... | |
class | carma::services::Vector< T > |
This class handles standard mathematical vector operations. More... | |
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::Location &location) |
Define the << operator to allow, e.g. More... | |
Representation of a geographic location on the Earth.
Definition in file Location.h.