|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Course | |
|---|---|
| uavsim.datatypes | Provides... |
| uavsim.flightdynamicsmodel | Provides... |
| uavsim.graphics.instruments.turncoordinator | Provides... |
| Uses of Course in uavsim.datatypes |
|---|
| Fields in uavsim.datatypes declared as Course | |
|---|---|
private Course |
SevenDOFDescriptor._course
the optional course. |
static Course |
Course.COURSE_000
predefined common courses |
static Course |
Course.COURSE_030
|
static Course |
Course.COURSE_060
|
static Course |
Course.COURSE_090
|
static Course |
Course.COURSE_120
|
static Course |
Course.COURSE_150
|
static Course |
Course.COURSE_180
|
static Course |
Course.COURSE_210
|
static Course |
Course.COURSE_240
|
static Course |
Course.COURSE_270
|
static Course |
Course.COURSE_300
|
static Course |
Course.COURSE_330
|
| Methods in uavsim.datatypes that return Course | |
|---|---|
Course |
Course.add_(Course course)
Adds another unit to this one. |
Course |
SevenDOFDescriptor.getCourse()
Returns the course. |
Course |
Course.subtract_(Course course)
Subtract another unit from this one. |
| Methods in uavsim.datatypes with parameters of type Course | |
|---|---|
Course |
Course.add_(Course course)
Adds another unit to this one. |
Course |
Course.subtract_(Course course)
Subtract another unit from this one. |
| Constructors in uavsim.datatypes with parameters of type Course | |
|---|---|
SevenDOFDescriptor(CoordinateWorld3D coordinates,
Attitude attitude,
Course course)
Creates a 7-DOF descriptor. |
|
SevenDOFDescriptor(CoordinateWorld coordinates,
Altitude altitude,
Attitude attitude,
Course course)
Creates a 7-DOF descriptor. |
|
| Uses of Course in uavsim.flightdynamicsmodel |
|---|
| Methods in uavsim.flightdynamicsmodel that return Course | |
|---|---|
Course |
AircraftModelController.determineCourse()
Calculates the current course as the average change of latitude and longitude over the history window. |
| Uses of Course in uavsim.graphics.instruments.turncoordinator |
|---|
| Fields in uavsim.graphics.instruments.turncoordinator declared as Course | |
|---|---|
private Course |
TurnCoordinator._course
the course |
| Methods in uavsim.graphics.instruments.turncoordinator that return Course | |
|---|---|
Course |
TurnCoordinator.getCourse()
Gets the course. |
| Methods in uavsim.graphics.instruments.turncoordinator with parameters of type Course | |
|---|---|
void |
TurnCoordinator.update(Attitude attitude,
Course course,
Airspeed airspeed)
Updates the state of the instrument without rendering it. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||