public static final class EventsLogger.LoggedEvent extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEventDate(AbstractSignalPropagationDetector.DatationChoice datationChoice)
Returns the event date matching the datation choice and the provided event date.
The provided event date may be of any AbstractSignalPropagationDetector.DatationChoice . |
EventDetector |
getEventDetector()
Get the event detector triggered.
|
SpacecraftState |
getState()
Get the triggering state.
|
boolean |
isIncreasing()
Get the Increasing/decreasing status of the event.
|
public EventDetector getEventDetector()
public SpacecraftState getState()
EventDetector.eventOccurred(SpacecraftState, boolean, boolean)
public AbsoluteDate getEventDate(AbstractSignalPropagationDetector.DatationChoice datationChoice) throws PatriusException
AbstractSignalPropagationDetector.DatationChoice
.
Note: this method only supports instance of SignalPropagationWrapperDetector
detectors, otherwise the
event date will be returned as it.
datationChoice
- Datation choicePatriusException
- shouldn't happened (internal error)public boolean isIncreasing()
EventDetector.eventOccurred(SpacecraftState, boolean, boolean)
Copyright © 2023 CNES. All rights reserved.