public class DropPreview extends java.lang.Object implements IManeuverPreview<Drop>
Modifier and Type | Field and Description |
---|---|
protected LocationType |
destination |
protected boolean |
finished |
protected double |
speed |
Constructor and Description |
---|
DropPreview() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getState() |
boolean |
init(java.lang.String vehicleId,
Drop man,
SystemPositionAndAttitude state,
java.lang.Object manState) |
boolean |
isFinished() |
void |
reset(SystemPositionAndAttitude state) |
SystemPositionAndAttitude |
step(SystemPositionAndAttitude state,
double timestep,
double ellapsedTime) |
protected LocationType destination
protected double speed
protected boolean finished
public boolean init(java.lang.String vehicleId, Drop man, SystemPositionAndAttitude state, java.lang.Object manState)
init
in interface IManeuverPreview<Drop>
public SystemPositionAndAttitude step(SystemPositionAndAttitude state, double timestep, double ellapsedTime)
step
in interface IManeuverPreview<Drop>
public boolean isFinished()
isFinished
in interface IManeuverPreview<Drop>
public void reset(SystemPositionAndAttitude state)
reset
in interface IManeuverPreview<Drop>
public java.lang.Object getState()
getState
in interface IManeuverPreview<Drop>
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.