Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
PathControlState.START_Z_UNITS |
PathControlState.getStartZUnits() |
static PathControlState.START_Z_UNITS |
PathControlState.START_Z_UNITS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathControlState.START_Z_UNITS[] |
PathControlState.START_Z_UNITS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PathControlState |
PathControlState.setStartZUnits(PathControlState.START_Z_UNITS start_z_units) |
Constructor and Description |
---|
PathControlState(long path_ref,
double start_lat,
double start_lon,
float start_z,
PathControlState.START_Z_UNITS start_z_units,
double end_lat,
double end_lon,
float end_z,
PathControlState.END_Z_UNITS end_z_units,
float lradius,
short flags,
float x,
float y,
float z,
float vx,
float vy,
float vz,
float course_error,
int eta) |