Uses of Class
uavsim.datatypes.SevenDOFDescriptor

Packages that use SevenDOFDescriptor
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.flightdynamicsmodel Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
 

Uses of SevenDOFDescriptor in uavsim.computers
 

Methods in uavsim.computers with parameters of type SevenDOFDescriptor
 AttitudePitch ILSComputer.calculateGlideslopeCorrectionAngle(ILSAssembly ilsAssembly, SevenDOFDescriptor sevenDOFDescriptor)
          Calculates the glideslope correction angle.
private  AttitudeYaw ILSComputer.calculateLocalizerCorrectionAngle(ILSAssembly ilsAssembly, SevenDOFDescriptor sevenDOFDescriptor)
          Calculates the localizer correction angle.
 void VORComputer.update(SevenDOFDescriptor sevenDOFDescriptor)
          Updates the instrument based on the computed navigation information.
abstract  void A_NavigationComputer.update(SevenDOFDescriptor sevenDOFDescriptor)
          Updates the instrument based on the computed navigation information.
 void ADFComputer.update(SevenDOFDescriptor sevenDOFDescriptor)
          Updates the instrument based on the computed navigation information.
 void DMEComputer.update(SevenDOFDescriptor sevenDOFDescriptor)
          Updates the instrument based on the computed navigation information.
 void ILSComputer.update(SevenDOFDescriptor sevenDOFDescriptor)
          Updates the instrument based on the computed navigation information.
private  void ILSComputer.updateMarker(ILSAssembly ilsAssembly, SevenDOFDescriptor sevenDOFDescriptor)
          Updates the marker instrument based on whether the UAV is over any marker.
 

Uses of SevenDOFDescriptor in uavsim.computers.test
 

Fields in uavsim.computers.test declared as SevenDOFDescriptor
private  SevenDOFDescriptor VORDMEComputerTest._uav7DOF
          the UAV 7-DOF descriptor, minus course
private  SevenDOFDescriptor ILSComputerTest._uav7DOF
          the UAV 7-DOF descriptor, minus course
private  SevenDOFDescriptor ADFComputerTest._uav7DOF
          the UAV 7-DOF descriptor, minus course
 

Uses of SevenDOFDescriptor in uavsim.flightdynamicsmodel
 

Fields in uavsim.flightdynamicsmodel with type parameters of type SevenDOFDescriptor
private  java.util.Queue<HistoryEntry<SevenDOFDescriptor>> AircraftModelController._DOFHistory
          the restricted-length history queue for the degree-of-freedom state at each simulation update
 

Methods in uavsim.flightdynamicsmodel that return SevenDOFDescriptor
 SevenDOFDescriptor AircraftModelController.getDOFDescriptor()
          Determines the current degree-of-freedom state.
 

Uses of SevenDOFDescriptor in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as SevenDOFDescriptor
private  SevenDOFDescriptor GPSMap._spatialDescriptor
          the spatial descriptor
 

Methods in uavsim.graphics.instruments.gpsmap that return SevenDOFDescriptor
 SevenDOFDescriptor GPSMap.getSpatialDescriptor()
          Gets the spatial descriptor of the aircraft.
 

Methods in uavsim.graphics.instruments.gpsmap with parameters of type SevenDOFDescriptor
 void GPSMap.update(SevenDOFDescriptor spatialDescriptor)
          Updates the state of the instrument without rendering it.