|
WSF
|
Class that stores the defined exclusion angles for each individual mode. More...
#include <WsfExclusionSensorComponent.hpp>
Public Member Functions | |
| unsigned int | GetType () const |
| double | GetSolar () const |
| double | GetLunar () const |
| void | SetSolar (double aAngle) |
| Sets the solar angle, and sets the solar exclusion flag to true. | |
| void | SetLunar (double aAngle) |
| Sets the lunar angle, and sets the lunar exclusion flag to true. | |
Class that stores the defined exclusion angles for each individual mode.
|
inline |
|
inline |
|
inline |
| void WsfExclusionSensorComponent::ExclusionMode::SetLunar | ( | double | aAngle | ) |
Sets the lunar angle, and sets the lunar exclusion flag to true.
References WsfExclusionSensorComponent::cLUNAR.
Referenced by WsfExclusionSensorComponent::ProcessModeInput().
| void WsfExclusionSensorComponent::ExclusionMode::SetSolar | ( | double | aAngle | ) |
Sets the solar angle, and sets the solar exclusion flag to true.
References WsfExclusionSensorComponent::cSOLAR.
Referenced by WsfExclusionSensorComponent::ProcessModeInput().