Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
FormationParameters.REFERENCE_FRAME |
FormationParameters.getReferenceFrame() |
static FormationParameters.REFERENCE_FRAME |
FormationParameters.REFERENCE_FRAME.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormationParameters.REFERENCE_FRAME[] |
FormationParameters.REFERENCE_FRAME.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FormationParameters |
FormationParameters.setReferenceFrame(FormationParameters.REFERENCE_FRAME reference_frame) |
Constructor and Description |
---|
FormationParameters(java.lang.String formation_name,
FormationParameters.REFERENCE_FRAME reference_frame,
java.util.Collection<VehicleFormationParticipant> participants,
java.lang.String custom) |