| Package | Description |
|---|---|
| fr.cnes.genopus.attitudes |
Package containing some widgets representing objects of the Orekit's attitudes package.
|
| fr.cnes.genopus.events |
Package containing some widgets representing the Orekit's events detector.
|
| fr.cnes.genopus.maneuvers |
Package containing some widgets representing objects of the Orekit's maneuvers package.
|
| fr.cnes.genopus.nonWidget.attitudes |
Package containing some objects related to attitudes intended to be added to PATRIUS.
|
| fr.cnes.genopus.nonWidget.events |
Package containing some objects related to events intended to be added to PATRIUS.
|
| fr.cnes.genopus.nonWidget.maneuvers |
Package containing some objects related to maneuvers intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEventDetector |
GPAttitudeSequence.GPAttitudeSequenceSwitch.getEventDetector()
Get event detector for the switching condition.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEventDetector |
GPEventSelector.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
abstract CustomEventDetector |
GPEventDetectorAbstract.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomEventDetector |
GPVisibilityFromStationDetector.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomEventDetector |
GPEventSelector.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomEventDetector |
GPAltitudeDetector.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomEventDetector |
GPEclipseDetector.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GPEventDetectorAbstract.initMaxCheckAndThresholdGEntryReals(CustomEventDetector auxDetector)
Initializes the GEntryReals for MaxCheck and Threshold and the combobox for the action with the values
given by PATRIUS by default.
|
boolean |
GPRelativeDateDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPDateDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPLocalTimeDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPVisibilityFromStationDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPApsideDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPAltitudeDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPAOLDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPNodeDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
boolean |
GPEclipseDetector.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
abstract boolean |
GPEventDetectorAbstract.isNativeEventDetector(CustomEventDetector eventDetector)
Check if a given event detector is defined in the native type of event detector of the widget.
|
protected void |
GPEventDetectorAbstract.setAbstractClassDefaultValue(CustomEventDetector customDetector)
Set default values for the abstract class sub-widgets from a given custom detector:
- the combo box to set the action. |
protected void |
GPTriggeredEventDetectorAbstract.setAbstractClassDefaultValue(CustomEventDetector customDetector)
Set default values for the abstract class sub-widgets from a given custom detector:
- the entry int for the triggerer. |
protected void |
GPEventDetectorAbstract.setAbstractClassSavedValue(CustomEventDetector customDetector)
Set saved values for the abstract class sub-widgets from a given custom detector:
- the combo box to set the action. |
protected void |
GPTriggeredEventDetectorAbstract.setAbstractClassSavedValue(CustomEventDetector customDetector)
Set saved values for the abstract class sub-widgets from a given custom detector:
- the entry int for the triggerer. |
protected void |
GPEventDetectorAbstract.setAbstractClassValue(CustomEventDetector customDetector)
Set values for the abstract class sub-widgets from a given custom detector:
- the combo box to set the action. |
protected void |
GPTriggeredEventDetectorAbstract.setAbstractClassValue(CustomEventDetector customDetector)
Set default values for the abstract class sub-widgets from a given custom detector:
- the entry int for the triggerer. |
void |
GPRelativeDateDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPDateDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPLocalTimeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPVisibilityFromStationDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPEventSelector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector of the widget.
|
void |
GPApsideDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPAltitudeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPAOLDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPNodeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPEclipseDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
abstract void |
GPEventDetectorAbstract.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
Setter for the default event detector.
|
void |
GPRelativeDateDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPDateDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPLocalTimeDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPVisibilityFromStationDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPEventSelector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector to show in the widget.
|
void |
GPApsideDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPAltitudeDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPAOLDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPNodeDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPEclipseDetector.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
abstract void |
GPEventDetectorAbstract.setEventDetector(CustomEventDetector eventDetector)
Setter for the event detector.
|
void |
GPRelativeDateDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPDateDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPLocalTimeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPVisibilityFromStationDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPEventSelector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector of the widget.
|
void |
GPApsideDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPAltitudeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPAOLDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPNodeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
void |
GPEclipseDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
abstract void |
GPEventDetectorAbstract.setSavedEventDetector(CustomEventDetector savedEventDetector)
Setter for the reference event detector.
|
| Constructor and Description |
|---|
GPEventSelector(String label,
CustomEventDetector eventDetector,
org.orekit.propagation.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor.
|
GPEventSelector(String widgetId,
String label,
CustomEventDetector eventDetector,
org.orekit.propagation.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEventDetector |
GPImpulseManeuver.getTriggerEventDetector()
Get trigger event detector.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomEventDetector> |
CustomAttitudesSequence.getSwitchesList()
Getter for the list of switches in the same order as in the component list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAttitudesSequence.addSwitchingCondition(CustomAttitudeLaw lawBefore,
String lawBeforeName,
CustomEventDetector switchEvent,
CustomAttitudeLaw lawAfter,
String lawAfterName)
Method to add a switch to the attitudes sequence.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomTriggeredEventDetector
Interface to be implemented by custom detectors that can be triggered after a number of ocurrences.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomAltitudeDetector
Sub-class of Orekit's AltitudeDetector class to be able to change the action to be performed in case of
event detection.
|
class |
CustomAOLDetector
Sub-class of Orekit's AOLDetector class to be able to change the action to be performed in case of event
detection.
|
class |
CustomApsideDetector
Sub-class of Orekit's ApsideDetector class to be able to change the action to be performed in case of event
detection.
|
class |
CustomDateDetector
Sub-class of Orekit's DateDetector class to be able to change the action to be performed in case of event
detection.
|
class |
CustomEclipseDetector
Sub-class of Orekit's EclipseDetector class to be able to change the action to be performed in case of
event detection.
|
class |
CustomLocalTimeDetector
Sub-class of Orekit's LocalTimeDetector class to be able to change the action to be performed in case of
event detection.
|
class |
CustomNodeDetector
Sub-class of Orekit's NodeDetector class to be able to change the action to be performed in case of event
detection.
|
class |
CustomRelativeDateDetector
Class implementing a Relative Date detector with a configurable action on event detection.
|
class |
CustomVisibilityFromStationDetector
Sub-class of Orekit's VisibilityFromStationDetector class to be able to change the action to be performed
in case of event detection.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEventDetector |
CustomAOLDetector.copy()
Returns a new instance of the current type of
CustomEventDetector with the same attributes but
for the action which is set to Action#CONTINUE. |
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.events.CodingEventDetector |
CustomEventDetectorTrigger.getGenericCodingEventDetector(CustomEventDetector eventDetector,
String incEventString,
String decEventString)
Get the coding event detector associated to this event for some given increasing and decreasing
messages.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEventDetector |
CustomConstantManeuver.getEndManeuver() |
CustomEventDetector |
CustomConstantManeuver.getEndManeuverEventDetector()
Get the event detector firing the end of maneuver.
|
CustomEventDetector |
CustomImpulseManeuver.getStartManeuverEventDetector()
Get the event detector firing start of maneuver.
|
CustomEventDetector |
CustomConstantManeuver.getStartManeuverEventDetector()
Get the event detector firing start of maneuver.
|
| Constructor and Description |
|---|
CustomConstantManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.Frame frame,
CustomEventDetector startEventDetector,
CustomEventDetector stopEventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction,
org.orekit.propagation.MassProvider massProvider)
Creates a new instance giving as well coding event detectors.
|
CustomConstantManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.LOFType lofType,
CustomEventDetector startEventDetector,
CustomEventDetector stopEventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction,
org.orekit.propagation.MassProvider massProvider)
Creates a new instance giving as well coding event detectors.
|
CustomImpulseManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.Frame inertialFrame,
CustomEventDetector eventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV,
org.orekit.propagation.MassProvider massModel)
Creates a new instance.
|
CustomImpulseManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.LOFType lofType,
CustomEventDetector eventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV,
org.orekit.propagation.MassProvider massModel)
Creates a new instance.
|
Copyright © 2017. All rights reserved.