Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
FormationEvaluation.OP |
FormationEvaluation.getOp() |
static FormationEvaluation.OP |
FormationEvaluation.OP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormationEvaluation.OP[] |
FormationEvaluation.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FormationEvaluation |
FormationEvaluation.setOp(FormationEvaluation.OP op) |
Constructor and Description |
---|
FormationEvaluation(FormationEvaluation.TYPE type,
FormationEvaluation.OP op,
float err_mean,
float dist_min_abs,
float dist_min_mean,
float roll_rate_mean,
float time,
FormationControlParams ControlParams) |