| Package | Description |
|---|---|
| fr.cnes.genopus.maneuvers |
Package containing some widgets representing objects of the Orekit's maneuvers package.
|
| fr.cnes.genopus.nonWidget.maneuvers |
Package containing some objects related to maneuvers intended to be added to PATRIUS.
|
| fr.cnes.genopus.nonWidget.vehicle |
Package containing some objects related to vehicle intended to be added to PATRIUS.
|
| fr.cnes.genopus.vehicle |
Package containing some widgets defining a vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEngine |
GPManeuverAbstract.getEngine()
Getter for the Engine of the widget.
|
CustomEngine |
GPEngine.getPatriusObject()
Get engine.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomEngine> |
GFuelTankEngineProvider.getEngineList()
Get list of engines.
|
ArrayList<CustomEngine> |
GPManeuverSequence.getEnginesList()
Get engine list.
|
fr.cnes.genius.highLevel.GObjectComboBoxWithLabel<CustomEngine> |
GPManeuverAbstract.getGComboBoxEngines() |
| Modifier and Type | Method and Description |
|---|---|
static void |
GPEngine.checkEngine(CustomEngine engine)
Checks if the thrust or the isp of the input engine are NaN.
|
void |
GPEngine.setDefaultEngine(CustomEngine defaultEngine)
Setter for the default engine.
|
void |
GPManeuverAbstract.setDefaultEngine(CustomEngine engine)
Set a default engine to the maneuver.
|
void |
GPEngine.setEngine(CustomEngine engine)
Setter for the engine.
|
void |
GPManeuverAbstract.setEngine(CustomEngine engine)
Set a engine to the maneuver.
|
void |
GPEngine.setSavedEngine(CustomEngine savedEngine)
Setter for the reference engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPManeuverAbstract.setEnginesList(ArrayList<CustomEngine> engineList)
Update contents of comboboxes for engines with a given list of engines.
|
void |
GPManeuverSelector.setEnginesList(ArrayList<CustomEngine> engineList)
Update contents of comboboxes for engines with a given list of engines.
|
void |
GPManeuverSequence.updateEngineCombobox(ArrayList<CustomEngine> engineList)
Update contents of comboboxes for engines with a given list of engines.
|
| Constructor and Description |
|---|
GPEngine(CustomEngine engine)
Constructor.
|
GPEngine(String engineName,
CustomEngine engine)
Constructor.
|
GPEngine(String widgetId,
String label,
CustomEngine engine)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEngine |
CustomEngine.clone() |
CustomEngine |
CustomManeuverInterface.getEngine()
Get selected engine.
|
CustomEngine |
CustomImpulseManeuver.getEngine()
Get selected engine.
|
CustomEngine |
CustomConstantManeuver.getEngine()
Get selected engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomEngine.copyEngineValues(CustomEngine engine)
Copies the values from the engine in the parameter to this object.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CustomEngine |
CustomVehicle.searchForEngine(String name)
Public method to search the engine object corresponding to the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomEngine> |
CustomVehicle.getEnginesList()
Get list of engines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomVehicle.setListEngines(ArrayList<CustomEngine> listEngines)
Set list of engines.
|
| Constructor and Description |
|---|
CustomVehicle(fr.cnes.sirius.patrius.assembly.properties.MassProperty dryMassProperty,
CustomAerodynamicProperties aerodynamicProperties,
CustomRadiativeProperties radiativeProperties,
ArrayList<CustomEngine> enginesList,
ArrayList<CustomFuelTank> fuelTankList)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomEngine> |
GPVehicle.getEngineList()
Get list of engines.
|
ArrayList<CustomEngine> |
GPVehiclePropulsiveProps.getEnginesList()
Get list of engines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPVehiclePropulsiveProps.setDefaultEnginesList(ArrayList<CustomEngine> enginesList)
Setter for the default list of engines.
|
void |
GPVehiclePropulsiveProps.setEnginesList(ArrayList<CustomEngine> enginesList)
Setter for the list of engines.
|
void |
GPVehiclePropulsiveProps.setSavedEnginesList(ArrayList<CustomEngine> enginesList)
Setter for the saved list of engines.
|
Copyright © 2017. All rights reserved.