Ginan
|
Persistent data for yaw model. More...
Persistent data for yaw model.
Data Fields | |
GTime | startTime = GTime::noTime() |
Time of switchover to modified yaw steering (due to noon/midnight turn) | |
double | startSign = 0 |
Sign of yaw rate at switchover. | |
double | startYaw = 0 |
Yaw at switchover. | |
double | startYawRate = 0 |
Yaw rate at switchover. | |
GTime | excludeTime = GTime::noTime() |
Time to skip yaw modelling until, due to unknown yaw behaviour. | |
double | nominalYaw = 0 |
Latest nominal yaw. | |
double | modelYaw = 0 |
Latest modelled yaw (i.e. considering noon/midnight turns) | |
GTime | modelYawTime = GTime::noTime() |
Time of modelYaw (and nominalYaw) | |
bool | modelYawValid = false |
Model yaw was calculated sucessfully. | |
VectorEcef | eXBody |
X+ unit vector of body-fixed coordinates (ECEF) | |
VectorEcef | eYBody |
Y+ unit vector of body-fixed coordinates (ECEF) | |
VectorEcef | eZBody |
Z+ unit vector of body-fixed coordinates (ECEF) | |
VectorEcef | eXAnt |
X+ unit vector of antenna-fixed coordinates (ECEF) | |
VectorEcef | eYAnt |
Y+ unit vector of antenna-fixed coordinates (ECEF) | |
VectorEcef | eZAnt |
Z+ unit vector of antenna-fixed coordinates (ECEF) | |
VectorEcef AttStatus::eXAnt |
X+ unit vector of antenna-fixed coordinates (ECEF)
VectorEcef AttStatus::eXBody |
X+ unit vector of body-fixed coordinates (ECEF)
GTime AttStatus::excludeTime = GTime::noTime() |
Time to skip yaw modelling until, due to unknown yaw behaviour.
VectorEcef AttStatus::eYAnt |
Y+ unit vector of antenna-fixed coordinates (ECEF)
VectorEcef AttStatus::eYBody |
Y+ unit vector of body-fixed coordinates (ECEF)
VectorEcef AttStatus::eZAnt |
Z+ unit vector of antenna-fixed coordinates (ECEF)
VectorEcef AttStatus::eZBody |
Z+ unit vector of body-fixed coordinates (ECEF)
double AttStatus::modelYaw = 0 |
Latest modelled yaw (i.e. considering noon/midnight turns)
GTime AttStatus::modelYawTime = GTime::noTime() |
Time of modelYaw (and nominalYaw)
bool AttStatus::modelYawValid = false |
Model yaw was calculated sucessfully.
double AttStatus::nominalYaw = 0 |
Latest nominal yaw.
double AttStatus::startSign = 0 |
Sign of yaw rate at switchover.
GTime AttStatus::startTime = GTime::noTime() |
Time of switchover to modified yaw steering (due to noon/midnight turn)
double AttStatus::startYaw = 0 |
Yaw at switchover.
double AttStatus::startYawRate = 0 |
Yaw rate at switchover.