Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
Goto.Z_UNITS |
Goto.getZUnits() |
static Goto.Z_UNITS |
Goto.Z_UNITS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Goto.Z_UNITS[] |
Goto.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 |
---|---|
Goto |
Goto.setZUnits(Goto.Z_UNITS z_units) |
Constructor and Description |
---|
Goto(int timeout,
double lat,
double lon,
float z,
Goto.Z_UNITS z_units,
float speed,
Goto.SPEED_UNITS speed_units,
double roll,
double pitch,
double yaw,
java.lang.String custom) |