public class SimulationState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
currentManeuver |
protected java.lang.Object |
maneuverState |
protected SystemPositionAndAttitude |
sysState |
| Constructor and Description |
|---|
SimulationState(java.lang.String maneuver,
java.lang.Object maneuverState,
SystemPositionAndAttitude sysState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentManeuver() |
java.lang.Object |
getManeuverState() |
SystemPositionAndAttitude |
getSysState() |
void |
setCurrentManeuver(java.lang.String currentManeuver) |
void |
setManeuverState(java.lang.Object maneuverState) |
void |
setSysState(SystemPositionAndAttitude sysState) |
protected java.lang.String currentManeuver
protected java.lang.Object maneuverState
protected SystemPositionAndAttitude sysState
public SimulationState(java.lang.String maneuver,
java.lang.Object maneuverState,
SystemPositionAndAttitude sysState)
public java.lang.String getCurrentManeuver()
public void setCurrentManeuver(java.lang.String currentManeuver)
currentManeuver - the currentManeuver to setpublic java.lang.Object getManeuverState()
public void setManeuverState(java.lang.Object maneuverState)
maneuverState - the maneuverState to setpublic SystemPositionAndAttitude getSysState()
public void setSysState(SystemPositionAndAttitude sysState)
sysState - the sysState to setCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.