![]() |
Ginan
|
Data Structures | |
| struct | AttStatus |
| Persistent data for yaw model. More... | |
Functions | |
| void | recAtt (Receiver &rec, GTime time, vector< E_Source > attitudeTypes, const KFState *kfState_ptr=nullptr, const KFState *remote_ptr=nullptr) |
| Attitude of receiver. | |
| void | updateSatAtts (SatPos &satPos) |
| Update sat nominal/model yaws. | |
| void | updateSatYaw (SatPos &satPos, AttStatus &attStatus) |
| Calculates nominal & model yaw. | |
| void recAtt | ( | Receiver & | rec, |
| GTime | time, | ||
| vector< E_Source > | attitudeTypes, | ||
| const KFState * | kfState_ptr = nullptr, | ||
| const KFState * | remote_ptr = nullptr ) |
Attitude of receiver.
| rec | Receiver |
| time | Time |
| attitudeTypes | Attitude type |
| void updateSatAtts | ( | SatPos & | satPos | ) |
Update sat nominal/model yaws.
Call outside of multithreading code that may reference the same satellite in different threads
| satPos | observation |
Calculates nominal & model yaw.
| satPos | Observation |
| attStatus | Satellite att status. Use a disposable copy if calling inside multithreaded code |