| Package | Description |
|---|---|
| fr.cnes.genopus.attitudes |
Package containing some widgets representing objects of the Orekit's attitudes package.
|
| fr.cnes.genopus.nonWidget.attitudes |
Package containing some objects related to attitudes intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAttitudeLaw |
GPLOFAttitudeLaw.getLaw()
Gets the PATRIUS attitude law object builded with MMI parameters.
|
CustomAttitudeLaw |
GPSunPointingAttitudeLaw.getLaw()
Gets the PATRIUS attitude law object builded with MMI parameters.
|
CustomAttitudeLaw |
GPInertialAttitudeLaw.getLaw()
Gets the PATRIUS attitude law object builded with MMI parameters.
|
CustomAttitudeLaw |
GPLOFAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPSunPointingAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPAttitudeLawSelector.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
abstract CustomAttitudeLaw |
GPAttitudeLawAbstract.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPNadirPointingAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPYawSteeringAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPTargetGroundPointingAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPBodyCenterGroundPointingAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPAeroAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPInertialAttitudeLaw.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPAttitudeLawSelector.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPNadirPointingAttitudeLaw.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPYawSteeringAttitudeLaw.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPTargetGroundPointingAttitudeLaw.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPBodyCenterGroundPointingAttitudeLaw.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomAttitudeLaw |
GPAeroAttitudeLaw.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
protected CustomAttitudeLaw |
GPSpinStabilizedAbstract.getSpinnedLaw(CustomAttitudeLaw basicLaw)
Gets the PATRIUS spin stabilized attitude law from a non rotating law, applying the spin stabilized
data.
|
| Modifier and Type | Method and Description |
|---|---|
protected CustomAttitudeLaw |
GPSpinStabilizedAbstract.getSpinnedLaw(CustomAttitudeLaw basicLaw)
Gets the PATRIUS spin stabilized attitude law from a non rotating law, applying the spin stabilized
data.
|
boolean |
GPLOFAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPSunPointingAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
abstract boolean |
GPAttitudeLawAbstract.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPNadirPointingAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPYawSteeringAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPTargetGroundPointingAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPBodyCenterGroundPointingAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPAeroAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
boolean |
GPInertialAttitudeLaw.isNativeAttitudeLaw(CustomAttitudeLaw attLaw)
Method to check if an attitude law is an instance of this type.
|
void |
GPAttitudeLawSelector.setAttitudeLaw(CustomAttitudeLaw attitudeLaw)
Setter for the attitude law to show in the widget.
|
abstract void |
GPAttitudeLawAbstract.setAttitudeLaw(CustomAttitudeLaw attitudeLaw)
Setter from a PATRIUS attitude law.
|
void |
GPYawSteeringAttitudeLaw.setAttitudeLaw(CustomAttitudeLaw attitudeLaw)
Setter from a PATRIUS attitude law.
|
void |
GPAeroAttitudeLaw.setAttitudeLaw(CustomAttitudeLaw attitudeLaw)
Setter from a PATRIUS attitude law.
|
void |
GPSpinStabilizedAbstract.setAttitudeLaw(CustomAttitudeLaw attitudeLaw)
Setter from a PATRIUS attitude law.
|
void |
GPAttitudeLawSelector.setDefaultAttitudeLaw(CustomAttitudeLaw defaultAttitudeLaw)
Setter for the default attitude law of the widget.
|
abstract void |
GPAttitudeLawAbstract.setDefaultAttitudeLaw(CustomAttitudeLaw defaultAttitudeLaw)
Setter of the default value from a PATRIUS attitude law.
|
void |
GPYawSteeringAttitudeLaw.setDefaultAttitudeLaw(CustomAttitudeLaw defaultAttitudeLaw)
Setter of the default value from a PATRIUS attitude law.
|
void |
GPAeroAttitudeLaw.setDefaultAttitudeLaw(CustomAttitudeLaw defaultAttitudeLaw)
Setter of the default value from a PATRIUS attitude law.
|
void |
GPSpinStabilizedAbstract.setDefaultAttitudeLaw(CustomAttitudeLaw defaultAttitudeLaw)
Setter of the default value from a PATRIUS attitude law.
|
void |
GPAttitudeLawSelector.setSavedAttitudeLaw(CustomAttitudeLaw savedAttitudeLaw)
Setter for the reference attitude law of the widget.
|
abstract void |
GPAttitudeLawAbstract.setSavedAttitudeLaw(CustomAttitudeLaw savedAttitudeLaw)
Setter of the saved value from a PATRIUS attitude law.
|
void |
GPYawSteeringAttitudeLaw.setSavedAttitudeLaw(CustomAttitudeLaw savedAttitudeLaw)
Setter of the saved value from a PATRIUS attitude law.
|
void |
GPAeroAttitudeLaw.setSavedAttitudeLaw(CustomAttitudeLaw savedAttitudeLaw)
Setter of the saved value from a PATRIUS attitude law.
|
void |
GPSpinStabilizedAbstract.setSavedAttitudeLaw(CustomAttitudeLaw savedAttitudeLaw)
Setter of the saved value from a PATRIUS attitude law.
|
protected void |
GPLOFAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPSunPointingAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPNadirPointingAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPTargetGroundPointingAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPBodyCenterGroundPointingAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected abstract void |
GPSpinStabilizedAbstract.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPInertialAttitudeLaw.setSubWidgetsDefaultValues(CustomAttitudeLaw attitudeLaw)
Private method to set the default values to the sub-widgets related to the non-rotating law.
|
protected void |
GPLOFAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPSunPointingAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPNadirPointingAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPTargetGroundPointingAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPBodyCenterGroundPointingAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected abstract void |
GPSpinStabilizedAbstract.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPInertialAttitudeLaw.setSubWidgetsSavedValues(CustomAttitudeLaw attitudeLaw)
Private method to set the saved values to the sub-widgets related to the non-rotating law.
|
protected void |
GPLOFAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected void |
GPSunPointingAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected void |
GPNadirPointingAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected void |
GPTargetGroundPointingAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected void |
GPBodyCenterGroundPointingAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected abstract void |
GPSpinStabilizedAbstract.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
protected void |
GPInertialAttitudeLaw.setSubWidgetsValues(CustomAttitudeLaw attitudeLaw)
Private method to set the values to the sub-widgets related to the non-rotating law.
|
| Constructor and Description |
|---|
GPAttitudeLawSelector(CustomAttitudeLaw attitudeLaw)
Constructor.
|
GPAttitudeLawSelector(String widgetId,
CustomAttitudeLaw attitudeLaw)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomAeroAttitudeLaw
Class to define an aerodynamic attitude law by angle of attack, side slip angle and bank angle.
|
class |
CustomBodyCenterGroundPointing
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomConstantAttitudeLaw
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomLofOffset
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomNadirPointing
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomSpinStabilized
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomSunPointing
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomTargetGroundPointing
Custom class to add requiered getters method not yet present in PATRIUS.
|
class |
CustomYawSteering
Custom class to add requiered getters method not yet present in PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAttitudeLaw |
CustomYawSteering.getCustomGroundPointingLaw()
Getter for the ground pointing attitude provider without yaw compensation.
|
CustomAttitudeLaw |
CustomSpinStabilized.getPNonRotatingLaw()
Getter for the underlying non-rotating attitude law.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomAttitudeLaw> |
CustomAttitudesSequence.getLawsAfterList()
Getter for the list of laws after for each switch in the same order as in the component list.
|
ArrayList<CustomAttitudeLaw> |
CustomAttitudesSequence.getLawsBeforeList()
Getter for the list of laws before for each switch 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.
|
| Constructor and Description |
|---|
CustomSpinStabilized(CustomAttitudeLaw pNonRotatingLaw,
org.orekit.time.AbsoluteDate pStart,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D pAxis,
double pRate) |
CustomYawSteering(CustomAttitudeLaw groundPointingLaw,
org.orekit.utils.PVCoordinatesProvider sun,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D phasingAxis) |
Copyright © 2017. All rights reserved.