Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
VehicleCommand.TYPE |
VehicleCommand.getType() |
static VehicleCommand.TYPE |
VehicleCommand.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VehicleCommand.TYPE[] |
VehicleCommand.TYPE.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.setType(VehicleCommand.TYPE type) |
Constructor and Description |
---|
VehicleCommand(VehicleCommand.TYPE type,
int request_id,
VehicleCommand.COMMAND command,
Maneuver maneuver,
int calib_time,
java.lang.String info) |