public interface ModelObserver
Modifier and Type | Method and Description |
---|---|
void |
modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
轨道变化的通知回调。
|
void modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
orbits
- 当前估计的轨道
estimations
- 由当前估计轨道产生的测量估计的映射(这是当前估计的不可修改视图,其内容在每次迭代时更改)
Copyright © 2002-2023 CS GROUP. All rights reserved.