public static final class EventsLogger.LoggedEvent extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getEventDate(AbstractSignalPropagationDetector.EventDatationType datationChoice)
Returns the event date matching the datation choice and the provided event date.
|
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.EventDatationType datationChoice) throws PatriusException
AbstractSignalPropagationDetector.EventDatationType.
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 © 2025 CNES. All rights reserved.