|
WSF
|
The data recorded when a possible conjunction is predicted. More...
#include <WsfOrbitalConjunctionAssessment.hpp>
Public Attributes | |
| std::string | mPrimary |
| std::string | mSecondary |
| A string identifier for the primary object. | |
| double | mMinTime |
| A string identifier for the secondary object. | |
| double | mStartTime |
| The time of closest approach. | |
| double | mEndTime |
| The start time of the encounter. | |
| double | mMaxProbability |
| The end time of the encounter. | |
| double | mMissDistance |
| The worst-case probability estimate for a conjunction to occur. | |
| double | mRelativeVelocity |
| The predicted miss distance between the two objects. | |
The data recorded when a possible conjunction is predicted.
| double WsfOrbitalConjunctionRecord::mEndTime |
The start time of the encounter.
| double WsfOrbitalConjunctionRecord::mMaxProbability |
The end time of the encounter.
| double WsfOrbitalConjunctionRecord::mMinTime |
A string identifier for the secondary object.
| double WsfOrbitalConjunctionRecord::mMissDistance |
The worst-case probability estimate for a conjunction to occur.
| std::string WsfOrbitalConjunctionRecord::mPrimary |
Referenced by WsfOrbitalConjunctionAssessment::CurrentConjunction().
| double WsfOrbitalConjunctionRecord::mRelativeVelocity |
The predicted miss distance between the two objects.
| std::string WsfOrbitalConjunctionRecord::mSecondary |
A string identifier for the primary object.
Referenced by WsfOrbitalConjunctionAssessment::CurrentConjunction().
| double WsfOrbitalConjunctionRecord::mStartTime |
The time of closest approach.