VieSched++
VieVS VLBI Scheduling Software
DecayedException Class Reference

The exception that the SGP4 class throws when a satellite decays. More...

#include <DecayedException.h>

Inheritance diagram for DecayedException:
Collaboration diagram for DecayedException:

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
 

Detailed Description

The exception that the SGP4 class throws when a satellite decays.

Constructor & Destructor Documentation

DecayedException::DecayedException ( const DateTime dt,
const Vector pos,
const Vector vel 
)
inline

Constructor

Parameters
[in]dttime of the event
[in]posposition of the satellite at dt
[in]velvelocity of the satellite at dt

Member Function Documentation

DateTime DecayedException::Decayed ( ) const
inline
Returns
the date
Vector DecayedException::Position ( ) const
inline
Returns
the position
Vector DecayedException::Velocity ( ) const
inline
Returns
the velocity

Member Data Documentation

DateTime DecayedException::_dt
private
Vector DecayedException::_pos
private
Vector DecayedException::_vel
private

The documentation for this class was generated from the following file: