|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.computers.A_NavigationComputer
uavsim.computers.ADFComputer
public class ADFComputer
Defines a navigation computer that links an ADF (automatic direction finder) NDB (nondirectional beacon) station, receiver, and instrument.
| Field Summary | |
|---|---|
private AutomaticDirectionFinder |
_adfInstrument
the ADF instrument |
private ADFReceiver |
_adfReceiver
the ADF receiver |
| Fields inherited from class uavsim.computers.A_NavigationComputer |
|---|
_chart |
| Constructor Summary | |
|---|---|
ADFComputer(NavigationChart chart,
ADFReceiver adfReceiver,
AutomaticDirectionFinder adfInstrument)
Creates an ADF computer. |
|
| Method Summary | |
|---|---|
AutomaticDirectionFinder |
getADFInstrument()
Gets the ADF instrument. |
ADFReceiver |
getADFReceiver()
Gets the ADF receiver. |
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 AutomaticDirectionFinder _adfInstrument
private final ADFReceiver _adfReceiver
| Constructor Detail |
|---|
public ADFComputer(NavigationChart chart,
ADFReceiver adfReceiver,
AutomaticDirectionFinder adfInstrument)
chart - - the navigation chartadfReceiver - - the ADF receiveradfInstrument - - the ADF instrument| Method Detail |
|---|
public AutomaticDirectionFinder getADFInstrument()
public ADFReceiver getADFReceiver()
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 | ||||||||