public abstract class AvclReplayScript extends Object implements AvclMissionDataFeed
Modifier and Type | Field and Description |
---|---|
protected List<?> |
eventLog |
protected double |
geoOriginLat |
protected double |
geoOriginLon |
protected AvclMission |
mission |
protected List<Object> |
mix |
protected List<SampledResultsElementType> |
telemetryElementList |
Constructor and Description |
---|
AvclReplayScript(Execution vehicle) |
Modifier and Type | Method and Description |
---|---|
AvclMission |
getAvclMission() |
Object |
getCurrentCommand() |
double |
getGeoOriginLatitude() |
double |
getGeoOriginLongitude() |
protected abstract Double |
getLogEventTimeStamp(Object o) |
Object |
getNextCommand() |
int |
getReturnedCommandIndex() |
protected AvclMission mission
protected double geoOriginLat
protected double geoOriginLon
protected List<SampledResultsElementType> telemetryElementList
protected List<?> eventLog
public AvclReplayScript(Execution vehicle)
public AvclMission getAvclMission()
getAvclMission
in interface AvclMissionDataFeed
public Object getCurrentCommand()
getCurrentCommand
in interface AvclMissionDataFeed
public Object getNextCommand()
getNextCommand
in interface AvclMissionDataFeed
public int getReturnedCommandIndex()
getReturnedCommandIndex
in interface AvclMissionDataFeed
public double getGeoOriginLatitude()
getGeoOriginLatitude
in interface AvclMissionDataFeed
public double getGeoOriginLongitude()
getGeoOriginLongitude
in interface AvclMissionDataFeed