CARMA C++
|
Holds information about the telescope status with respect to azimuth wrap and upper elevation limits. More...
#include <carma/services/TelescopeStatus.h>
Public Member Functions | |
bool | canEnterZenithBlindSpot () const |
Can the source pass through the zenith blind spot? More... | |
TelescopeLimitsType | getLimits () const |
TelescopeLimits enum value for given source. More... | |
::std::string | getLimitsString () const |
bool | isInZenithBlindSpot () const |
Is source currently passing through the zenith blind spot? More... | |
Friends | |
class | SourceChecker |
Holds information about the telescope status with respect to azimuth wrap and upper elevation limits.
Decisions on how long to track on the current az wrap can be made by querying the TelescopeStatus member variable of the SourceChecker.
Definition at line 17 of file TelescopeStatus.h.
bool carma::services::TelescopeStatus::canEnterZenithBlindSpot | ( | ) | const |
Can the source pass through the zenith blind spot?
Definition at line 58 of file TelescopeStatus.h.
TelescopeLimitsType carma::services::TelescopeStatus::getLimits | ( | ) | const |
TelescopeLimits enum value for given source.
Definition at line 26 of file TelescopeStatus.h.
bool carma::services::TelescopeStatus::isInZenithBlindSpot | ( | ) | const |
Is source currently passing through the zenith blind spot?
Definition at line 51 of file TelescopeStatus.h.