public class OutputEvent extends Object
Constructor and Description |
---|
OutputEvent(fr.cnes.sirius.patrius.propagation.SpacecraftState spacecraftState,
String eventCode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventCode()
Get the code associated with the event.
|
fr.cnes.sirius.patrius.propagation.SpacecraftState |
getSpacecraftState()
Get the spacecraft state associated with the event.
|
public OutputEvent(fr.cnes.sirius.patrius.propagation.SpacecraftState spacecraftState, String eventCode)
spacecraftState
- spacecraft state at the event time.eventCode
- event code as string.public fr.cnes.sirius.patrius.propagation.SpacecraftState getSpacecraftState()
public String getEventCode()
Copyright © 2022. All rights reserved.