|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.computers.A_NavigationComputer
public abstract class A_NavigationComputer
Defines the shared aspects of a navigation computer.
| Field Summary | |
|---|---|
(package private) NavigationChart |
_chart
the navigation chart |
private A_Instrument |
_instrument
the instrument |
| Constructor Summary | |
|---|---|
A_NavigationComputer(A_Instrument instrument,
NavigationChart chart)
Creates an abstract navigation computer. |
|
| Method Summary | |
|---|---|
NavigationChart |
getNavigationChart()
Gets the navigation chart. |
void |
refresh()
Forces the instrument to refresh itself. |
abstract void |
update(SevenDOFDescriptor sevenDOFDescriptor)
Updates the instrument based on the computed navigation information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final NavigationChart _chart
private final A_Instrument _instrument
| Constructor Detail |
|---|
public A_NavigationComputer(A_Instrument instrument,
NavigationChart chart)
instrument - - the instrumentchart - - the navigation chart| Method Detail |
|---|
public NavigationChart getNavigationChart()
public void refresh()
public abstract void update(SevenDOFDescriptor sevenDOFDescriptor)
sevenDOFDescriptor - - the UAV 7-DOF descriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||