|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.computers.A_NavigationComputer
uavsim.computers.VORComputer
public class VORComputer
Defines a navigation computer that links a VOR (very high frequency omnidirectional range) station, receiver, and instrument.
| Field Summary | |
|---|---|
private VORLocalizerGlideslope |
_vorInstrument
the VOR instrument |
private VORDMEReceiver |
_vorReceiver
the VOR receiver |
| Fields inherited from class uavsim.computers.A_NavigationComputer |
|---|
_chart |
| Constructor Summary | |
|---|---|
VORComputer(NavigationChart chart,
VORDMEReceiver vorReceiver,
VORLocalizerGlideslope vorInstrument)
Creates a VOR computer. |
|
| Method Summary | |
|---|---|
VORLocalizerGlideslope |
getVORInstrument()
Gets the VOR instrument. |
VORDMEReceiver |
getVORReceiver()
Gets the VOR 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 VORLocalizerGlideslope _vorInstrument
private final VORDMEReceiver _vorReceiver
| Constructor Detail |
|---|
public VORComputer(NavigationChart chart,
VORDMEReceiver vorReceiver,
VORLocalizerGlideslope vorInstrument)
chart - - the navigation chartvorReceiver - - the VOR receivervorInstrument - - the VOR instrument| Method Detail |
|---|
public VORLocalizerGlideslope getVORInstrument()
public VORDMEReceiver getVORReceiver()
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 | ||||||||