public class GroundReceiverCommonParametersWithoutDerivatives extends Object
Constructor and Description |
---|
GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
Transform |
getOffsetToInertialDownlink()
获取站点和惯性参考系之间的变换。
|
SpacecraftState |
getState()
获取航天器状态。
|
TimeStampedPVCoordinates |
getStationDownlink()
获取下行链路末端惯性参考系中的站点位置。
|
double |
getTauD()
获取下行链路延迟。
|
TimeStampedPVCoordinates |
getTransitPV()
获取过境位置/速度。
|
SpacecraftState |
getTransitState()
获取过境状态。
|
public GroundReceiverCommonParametersWithoutDerivatives(SpacecraftState state, Transform offsetToInertialDownlink, TimeStampedPVCoordinates stationDownlink, double tauD, SpacecraftState transitState, TimeStampedPVCoordinates transitPV)
state
- 航天器状态
offsetToInertialDownlink
- 站点和惯性参考系之间的变换
stationDownlink
- 下行链路末端惯性参考系中的站点位置
tauD
- 下行链路延迟
transitState
- 过境状态
transitPV
- 过境位置/速度
public SpacecraftState getState()
public Transform getOffsetToInertialDownlink()
public TimeStampedPVCoordinates getStationDownlink()
public double getTauD()
public SpacecraftState getTransitState()
public TimeStampedPVCoordinates getTransitPV()
Copyright © 2002-2023 CS GROUP. All rights reserved.