Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
VehicleCommand.COMMAND |
VehicleCommand.getCommand() |
static VehicleCommand.COMMAND |
VehicleCommand.COMMAND.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VehicleCommand.COMMAND[] |
VehicleCommand.COMMAND.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VehicleCommand |
VehicleCommand.setCommand(VehicleCommand.COMMAND command) |
Constructor and Description |
---|
VehicleCommand(VehicleCommand.TYPE type,
int request_id,
VehicleCommand.COMMAND command,
Maneuver maneuver,
int calib_time,
java.lang.String info) |