The Robot Application Programming Interface Delegate Project
|
Priority denotes where on the queue this command should go. More...
Public Member Functions | |
Command () | |
Command (Command other) | |
boolean | equals (Object o) |
int | hashCode () |
Object | copy_from (Object src) |
This is the implementation of the Copyable interface. | |
String | toString () |
String | toString (String desc, int indent) |
Static Public Member Functions | |
static Object | create () |
Public Attributes | |
String | cmdName = "" |
Name of command being sent. | |
String | cmdID = "" |
Unique ID for command, = username+timestamp. | |
String | cmdSrc = "" |
Source that generated the command. | |
gov.nasa.rapid.idl.dds.rapid.Priority | cmdPriority = (gov.nasa.rapid.idl.dds.rapid.Priority) gov.nasa.rapid.idl.dds.rapid.Priority.create() |
Priority of the command. | |
String | subsysName = "" |
Subsystem name if command is being sent to subsystem of an Agent. | |
gov.nasa.rapid.idl.dds.rapid.ParameterSequence16 | arguments = (gov.nasa.rapid.idl.dds.rapid.ParameterSequence16) gov.nasa.rapid.idl.dds.rapid.ParameterSequence16.create() |
Name, data type and value of the arguments for this particular command. |
The default value is PRI_ASYNC, unless using the RAPID Sequencer.
Command is a message used to send directives to an Agent.
Command | ( | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into CommandTypeSupport
rather than here by using the -noCopyable
option to rtiddsgen.
src | The Object which contains the data to be copied. |
this
. NullPointerException | If src is null. |
ClassCastException | If src is not the same type as this . |
Reimplemented from Message.
static Object create | ( | ) | [static] |
boolean equals | ( | Object | o | ) |
int hashCode | ( | ) |
String toString | ( | String | desc, |
int | indent | ||
) |
String toString | ( | ) |
Reimplemented from Message.
gov.nasa.rapid.idl.dds.rapid.ParameterSequence16 arguments = (gov.nasa.rapid.idl.dds.rapid.ParameterSequence16) gov.nasa.rapid.idl.dds.rapid.ParameterSequence16.create() |
String cmdID = "" |
String cmdName = "" |
Should get this from list of possible commands in CommandConfig.
gov.nasa.rapid.idl.dds.rapid.Priority cmdPriority = (gov.nasa.rapid.idl.dds.rapid.Priority) gov.nasa.rapid.idl.dds.rapid.Priority.create() |
String cmdSrc = "" |
String subsysName = "" |