The Robot Application Programming Interface Delegate Project
|
Importance level of the message. More...
Public Member Functions | |
TextMessage () | |
TextMessage (TextMessage 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.MessageLevel | level = (gov.nasa.rapid.idl.dds.rapid.MessageLevel) gov.nasa.rapid.idl.dds.rapid.MessageLevel.create() |
Importance level of message. | |
String | category = "" |
What message is pertaining to. | |
String | message = "" |
Actual text message. |
TextMessage is a message that allows RAPID application users to chat with each other or for logging-style activities.
TextMessage | ( | ) |
TextMessage | ( | TextMessage | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into TextMessageTypeSupport
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 category = "" |
gov.nasa.rapid.idl.dds.rapid.MessageLevel level = (gov.nasa.rapid.idl.dds.rapid.MessageLevel) gov.nasa.rapid.idl.dds.rapid.MessageLevel.create() |
String message = "" |