The Robot Application Programming Interface Delegate Project
|
ResultType describes the result of a command on the completed queue. More...
Public Member Functions | |
QueueState () | |
QueueState (QueueState 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 | |
gov.nasa.rapid.idl.dds.rapid.SingleQueue | pending = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue | active = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue | completed = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue | sent = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
CommandRecord holds a command, its status and its result. SingleQueue holds a sequence of CommandRecords. Maximum length for a SingleQueue is 64. QueueState is a message that holds single queues of pending, active, completed and sent commands. This is primarily used with a Sequencer that handles the queueing of commands.
QueueState | ( | ) |
QueueState | ( | QueueState | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into QueueStateTypeSupport
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.SingleQueue active = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue completed = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue pending = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |
gov.nasa.rapid.idl.dds.rapid.SingleQueue sent = (gov.nasa.rapid.idl.dds.rapid.SingleQueue) gov.nasa.rapid.idl.dds.rapid.SingleQueue.create() |