public class UsvAvclMissionResults extends AvclMissionResults
Modifier and Type | Field and Description |
---|---|
protected Element |
absoluteVelocity |
protected Element |
aileronOrder |
protected Element |
dopplerVelocity |
protected Element |
geoPosition
DOM elements for maintaining telemetry information
|
protected Element |
orientation |
protected Element |
portStabOrder |
protected Element |
powerRemaining |
protected Element |
propOrder
DOM elements for maintaining control order information
|
protected Element |
relativeVelocity |
protected Element |
rudderOrder |
protected Element |
stbdStabOrder |
protected Element |
verticalPosition |
protected Element |
xyPosition |
avclTelemetryFileName, eventLogged, fileOut, logElement, metricDistances, newResultsDomDocument, ordersElement, radianAngles, sensorData, telemetryElement, vehicle, weaponData
Modifier | Constructor and Description |
---|---|
protected |
UsvAvclMissionResults(UsvExecution 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 propOrder
protected Element aileronOrder
protected Element portStabOrder
protected Element stbdStabOrder
protected Element rudderOrder
protected UsvAvclMissionResults(UsvExecution 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