Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
LeaderState.OP |
LeaderState.getOp() |
static LeaderState.OP |
LeaderState.OP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeaderState.OP[] |
LeaderState.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LeaderState |
LeaderState.setOp(LeaderState.OP op) |
Constructor and Description |
---|
LeaderState(java.lang.String group_name,
LeaderState.OP op,
double lat,
double lon,
float height,
float x,
float y,
float z,
float phi,
float theta,
float psi,
float vx,
float vy,
float vz,
float p,
float q,
float r,
float svx,
float svy,
float svz) |