public static final class CodedEventsLogger.LoggedCodedEvent extends Object implements TimeStamped, Comparable<CodedEventsLogger.LoggedCodedEvent>
CodedEvent
,
CodingEventDetector
,
Phenomenon
,
AbsoluteDate
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CodedEventsLogger.LoggedCodedEvent o) |
CodedEvent |
getCodedEvent()
Gets the coded event.
|
AbsoluteDate |
getDate()
Get the date.
|
CodingEventDetector |
getDetector()
Gets the
CodingEventDetector that generated the coded event. |
SpacecraftState |
getState()
Gets the
SpacecraftState that caused the coded event. |
boolean |
isIncreasing()
Tells if g increases or decreases around event date.
|
public CodingEventDetector getDetector()
CodingEventDetector
that generated the coded event.public SpacecraftState getState()
SpacecraftState
that caused the coded event.public boolean isIncreasing()
public CodedEvent getCodedEvent()
public AbsoluteDate getDate()
getDate
in interface TimeStamped
public int compareTo(CodedEventsLogger.LoggedCodedEvent o)
compareTo
in interface Comparable<CodedEventsLogger.LoggedCodedEvent>
Copyright © 2020 CNES. All rights reserved.