The Robot Application Programming Interface Delegate Project
|
Status of the command paired with this Ack. More...
Public Member Functions | |
Ack () | |
Ack (Ack 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 | cmdID = "" |
Command ID of command being acknowledged. | |
gov.nasa.rapid.idl.dds.rapid.AckStatus | status = (gov.nasa.rapid.idl.dds.rapid.AckStatus) gov.nasa.rapid.idl.dds.rapid.AckStatus.create() |
gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus | completedStatus = (gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus) gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus.create() |
Details how the task completed. | |
String | message = "" |
Message details any exceptions made during Ack transition. |
This status is sent along when it has completed
Ack is a Message that sends an acknowledgement of commands received.
Ack | ( | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into AckTypeSupport
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 | ( | ) |
Reimplemented from Message.
String toString | ( | String | desc, |
int | indent | ||
) |
String toString | ( | ) |
Reimplemented from Message.
String cmdID = "" |
gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus completedStatus = (gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus) gov.nasa.rapid.idl.dds.rapid.AckCompletedStatus.create() |
String message = "" |
Analogous to exception message string.
gov.nasa.rapid.idl.dds.rapid.AckStatus status = (gov.nasa.rapid.idl.dds.rapid.AckStatus) gov.nasa.rapid.idl.dds.rapid.AckStatus.create() |