public class UgvAvclMissionResults extends AvclMissionResults
Modifier and Type | Field and Description |
---|---|
protected Element |
absoluteVelocity |
protected Element |
dopplerVelocity |
protected Element |
geoPosition
DOM elements for maintaining telemetry information
|
protected Element |
orientation |
protected Element |
powerRemaining |
protected Element |
relativeVelocity |
protected Element |
trackCommand
DOM elements for maintaining control order information
|
protected Element |
trackSpeed |
protected Element |
verticalPosition |
protected Element |
xyPosition |
avclTelemetryFileName, eventLogged, fileOut, logElement, metricDistances, newResultsDomDocument, ordersElement, radianAngles, sensorData, telemetryElement, vehicle, weaponData
Modifier | Constructor and Description |
---|---|
protected |
UgvAvclMissionResults(UgvExecution vehicle,
Mission msnObject)
Creates a new instance of AvclMissionResults
|
Modifier and Type | Method and Description |
---|---|
double |
convertMetric(double measure)
Local utility function for converting linear measurements from feet to meters only if required
|
double |
convertRadians(double measure)
Local utility function for converting angular measurements from degrees to radians only if required
|
protected boolean |
readyToWriteData()
Control the number of telemetry records output here
|
protected void |
writeOrders()
Generates USV control orders element and writes it to the XML telemetry file
|
protected void |
writeSensorData()
Writes out sensor data elements as required to the XML telemetry file
|
protected void |
writeTelemetry()
Constructs a telemetry element and writes it to the XML telemetry file
|
protected void |
writeWeaponData()
Writes out weapon data elements as required to the XML telemetry file
|
closeDataFile, endRecordTag, getOutputFilePath, logMissionEvent, setMission, standardUnitsOfMeasureElement, startRecordTag, startResultsElement, writeElement, writeElement
protected Element geoPosition
protected Element xyPosition
protected Element verticalPosition
protected Element orientation
protected Element absoluteVelocity
protected Element relativeVelocity
protected Element dopplerVelocity
protected Element powerRemaining
protected Element trackCommand
protected Element trackSpeed
protected UgvAvclMissionResults(UgvExecution vehicle, Mission msnObject)
vehicle
- instance of UsvExecutionprotected boolean readyToWriteData()
readyToWriteData
in class AvclMissionResults
protected void writeTelemetry()
writeTelemetry
in class AvclMissionResults
protected void writeOrders()
writeOrders
in class AvclMissionResults
protected void writeSensorData()
AvclMissionResults
writeSensorData
in class AvclMissionResults
protected void writeWeaponData()
AvclMissionResults
writeWeaponData
in class AvclMissionResults
public double convertMetric(double measure)
measure
- measurement to be converted to meterspublic double convertRadians(double measure)
measure
- to be converted to radians as appropriate