public class CommandList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CMD_INIT_OP_MODE
Command to switch op modes.
|
static java.lang.String |
CMD_INIT_OP_MODE_RESP
Response to a command to initialize an op mode.
|
static java.lang.String |
CMD_REQUEST_OP_MODE_LIST
Command to request the list of op modes
|
static java.lang.String |
CMD_REQUEST_OP_MODE_LIST_RESP
Response to a command to request the list of op modes
Op modes will be in extra data
|
static java.lang.String |
CMD_RESTART_ROBOT
Command to restart the robot
|
static java.lang.String |
CMD_RUN_OP_MODE
Command to run op mode.
|
static java.lang.String |
CMD_RUN_OP_MODE_RESP
Response to a command to run an op mode.
|
Constructor and Description |
---|
CommandList() |
public static final java.lang.String CMD_RESTART_ROBOT
public static final java.lang.String CMD_REQUEST_OP_MODE_LIST
public static final java.lang.String CMD_REQUEST_OP_MODE_LIST_RESP
public static final java.lang.String CMD_INIT_OP_MODE
public static final java.lang.String CMD_INIT_OP_MODE_RESP
public static final java.lang.String CMD_RUN_OP_MODE
public static final java.lang.String CMD_RUN_OP_MODE_RESP