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