|
Rose
|

Public Member Functions | |
| SatelliteObservation (const Observer &observer) | |
| SatelliteObservation (const Observer &observer, const std::string &object) | |
| void | predict (const DateTime &dateTime) |
| void | passPrediction (uint maxCount, const std::string &favorite) |
| const Observer & | observer () const |
| auto | empty () const noexcept |
| auto | size () const noexcept |
| auto | front () const noexcept |
Protected Attributes | |
| Observer | mObserver {} |
| std::vector< Satellite > | mConstellation {} |
1.8.13