Modifier and Type | Class and Description |
---|---|
class |
ContinuousThrustManeuver
This class implements a thrust (constant or variable).
|
Modifier and Type | Method and Description |
---|---|
void |
Propagator.setMasterMode(PatriusStepHandler handler)
Set the propagator to master mode with variable steps.
|
void |
AbstractPropagator.setMasterMode(PatriusStepHandler handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticalEphemerisModeHandler
This class stores sequentially generated orbital parameters for
later retrieval.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericalPropagator.setMasterMode(PatriusStepHandler handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Class and Description |
---|---|
class |
PatriusStepHandlerMultiplexer
This class gathers several
PatriusStepHandler instances into one. |
class |
PatriusStepNormalizer
This class wraps an object implementing
PatriusFixedStepHandler into a PatriusStepHandler . |
Modifier and Type | Method and Description |
---|---|
void |
PatriusStepHandlerMultiplexer.add(PatriusStepHandler handler)
Add a step handler.
|
Constructor and Description |
---|
AdaptedStepHandler(PatriusStepHandler handlerIn)
Build an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ForcesStepHandler
Step handler handling forces requiring to be updated every step and not every substep.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<PatriusStepHandler> |
StelaAbstractPropagator.getStepHandlers()
Provides a list of step handlers to be performed during propagation.
|
protected List<PatriusStepHandler> |
StelaGTOPropagator.getStepHandlers()
Provides a list of step handlers to be performed during propagation.
|
Modifier and Type | Method and Description |
---|---|
void |
StelaAbstractPropagator.setMasterMode(PatriusStepHandler handler)
Set the propagator to master mode with variable steps.
|
Copyright © 2021 CNES. All rights reserved.