Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
VehicleOperationalLimits.OP |
VehicleOperationalLimits.getOp() |
static VehicleOperationalLimits.OP |
VehicleOperationalLimits.OP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VehicleOperationalLimits.OP[] |
VehicleOperationalLimits.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VehicleOperationalLimits |
VehicleOperationalLimits.setOp(VehicleOperationalLimits.OP op) |
Constructor and Description |
---|
VehicleOperationalLimits(VehicleOperationalLimits.OP op,
float speed_min,
float speed_max,
float long_accel,
float alt_max_msl,
float dive_fraction_max,
float climb_fraction_max,
float bank_max,
float p_max,
float pitch_min,
float pitch_max,
float q_max,
float g_min,
float g_max,
float g_lat_max,
float rpm_min,
float rpm_max,
float rpm_rate_max) |