public class HaloXZPlaneCrossingDetector extends AbstractDetector<HaloXZPlaneCrossingDetector>
DEFAULT_MAX_ITER, DEFAULT_MAXCHECK, DEFAULT_THRESHOLD
Modifier | Constructor and Description |
---|---|
protected |
HaloXZPlaneCrossingDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler)
全参数受保护构造函数。
|
|
HaloXZPlaneCrossingDetector(double maxCheck, double threshold)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
protected HaloXZPlaneCrossingDetector |
create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
构建一个新实例。
|
double |
g(SpacecraftState s)
计算检测函数的值。
|
getHandler, getMaxCheckInterval, getMaxIterationCount, getThreshold, init, isForward, withHandler, withMaxCheck, withMaxCheck, withMaxIter, withThreshold
public HaloXZPlaneCrossingDetector(double maxCheck, double threshold)
maxCheck
- 最大检查间隔(秒)
threshold
- 收敛阈值(秒)
protected HaloXZPlaneCrossingDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler)
此构造函数不是公共的,因为用户应该使用建造者API和各种withXxx()
方法来设置实例,使其具有可读性,而不需要使用大量参数。
maxCheck
- 最大检查间隔
threshold
- 收敛阈值(秒)
maxIter
- 事件时间搜索中的最大迭代次数
handler
- 在事件发生时调用的事件处理器
protected HaloXZPlaneCrossingDetector create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
create
在类 AbstractDetector<HaloXZPlaneCrossingDetector>
newMaxCheck
- 最大检查间隔(秒)
newThreshold
- 收敛阈值(秒)
newMaxIter
- 事件时间搜索中的最大迭代次数
newHandler
- 在事件发生时调用的事件处理器
public double g(SpacecraftState s)
g
在接口 EventDetector
g
在类 AbstractDetector<HaloXZPlaneCrossingDetector>
s
- 当前状态信息:日期、运动学、姿态
Copyright © 2002-2023 CS GROUP. All rights reserved.