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 AvclMissionDataFeedpublic Object getCurrentCommand()
getCurrentCommand in interface AvclMissionDataFeedpublic Object getNextCommand()
getNextCommand in interface AvclMissionDataFeedpublic int getReturnedCommandIndex()
getReturnedCommandIndex in interface AvclMissionDataFeedpublic double getGeoOriginLatitude()
getGeoOriginLatitude in interface AvclMissionDataFeedpublic double getGeoOriginLongitude()
getGeoOriginLongitude in interface AvclMissionDataFeed