![]() |
VieSched++
VieVS VLBI Scheduling Software
|
The exception that the SGP4 class throws when a satellite decays. More...
#include <DecayedException.h>


Public Member Functions | |
| DecayedException (const DateTime &dt, const Vector &pos, const Vector &vel) | |
| DateTime | Decayed () const |
| Vector | Position () const |
| Vector | Velocity () const |
Private Attributes | |
| DateTime | _dt |
| Vector | _pos |
| Vector | _vel |
The exception that the SGP4 class throws when a satellite decays.
|
inline |
Constructor
| [in] | dt | time of the event |
| [in] | pos | position of the satellite at dt |
| [in] | vel | velocity of the satellite at dt |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |