public abstract class AvclCommandScript extends Object implements AvclMissionDataFeed
Constructor and Description |
---|
AvclCommandScript(Execution vehicle)
Creates a new instance of AvclCommandScript
|
Modifier and Type | Method and Description |
---|---|
AvclMission |
getAvclMission() |
JAXBElement<?> |
getCurrentCommand() |
double |
getGeoOriginLatitude() |
double |
getGeoOriginLongitude() |
JAXBElement<?> |
getNextCommand() |
int |
getReturnedCommandIndex() |
public AvclCommandScript(Execution vehicle)
vehicle
- reference to main Vehicle object to which this script appliespublic AvclMission getAvclMission()
getAvclMission
in interface AvclMissionDataFeed
public JAXBElement<?> getCurrentCommand()
getCurrentCommand
in interface AvclMissionDataFeed
public JAXBElement<?> 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