|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.computers.A_NavigationComputer
uavsim.computers.DMEComputer
public class DMEComputer
Defines a navigation computer that links a DME (distance measuring equipment) station, receiver, and instrument.
| Field Summary | |
|---|---|
private DMEMarkerIndicator |
_dmeInstrument
the DME instrument |
private VORDMEReceiver |
_dmeReceiver
the DME receiver |
| Fields inherited from class uavsim.computers.A_NavigationComputer |
|---|
_chart |
| Constructor Summary | |
|---|---|
DMEComputer(NavigationChart chart,
VORDMEReceiver dmeReceiver,
DMEMarkerIndicator dmeInstrument)
Creates a DME computer. |
|
| Method Summary | |
|---|---|
DMEMarkerIndicator |
getDMEInstrument()
Gets the DME receiver. |
VORDMEReceiver |
getDMEReceiver()
Gets the DME instrument. |
java.lang.String |
toString()
|
void |
update(SevenDOFDescriptor sevenDOFDescriptor)
Updates the instrument based on the computed navigation information. |
| Methods inherited from class uavsim.computers.A_NavigationComputer |
|---|
getNavigationChart, refresh |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final DMEMarkerIndicator _dmeInstrument
private final VORDMEReceiver _dmeReceiver
| Constructor Detail |
|---|
public DMEComputer(NavigationChart chart,
VORDMEReceiver dmeReceiver,
DMEMarkerIndicator dmeInstrument)
chart - - the navigation chartdmeReceiver - - the DME receiverdmeInstrument - - the DME instrument| Method Detail |
|---|
public DMEMarkerIndicator getDMEInstrument()
public VORDMEReceiver getDMEReceiver()
public java.lang.String toString()
toString in class java.lang.Objectpublic void update(SevenDOFDescriptor sevenDOFDescriptor)
update in class A_NavigationComputersevenDOFDescriptor - - the UAV 7-DOF descriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||