Variables | |
package gazebo | msgs |
import user_cmd | proto |
repeated UserCmd | redo_cmd = 4 |
User commands in the redo list. More... | |
required uint32 | redo_cmd_count = 2 |
Number of user commands in the redo list. More... | |
syntax = "proto2" | |
repeated UserCmd | undo_cmd = 3 |
User commands in the undo list. More... | |
message | UserCmdStats |
package gazebo msgs |
import user_cmd proto |
repeated UserCmd redo_cmd = 4 |
User commands in the redo list.
required uint32 redo_cmd_count = 2 |
Number of user commands in the redo list.
syntax = "proto2" |
repeated UserCmd undo_cmd = 3 |
User commands in the undo list.
message UserCmdStats |