9 #ifndef CARMA_SERVICES_STAR_H
10 #define CARMA_SERVICES_STAR_H
21 class Star :
public carma::services::CatalogEntry {
42 magnitude_ = magnitude;
53 #endif // CARMA_SERVICES_STAR_H
double getMagnitude() const
Star()
Default constructor.
virtual ~Star()
Destructor.
void setMagnitude(double magnitude)
Set the magnitude of this star.
Star holds the name and magnitude of a star.