|
The Robot Application Programming Interface Delegate Project
|
|
AssetState message sends low-frequency updates of the state of a specific Agent.


Public Member Functions | |
| AssetState () | |
| AssetState (AssetState 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.ValueSequence64 | values = (gov.nasa.rapid.idl.dds.rapid.ValueSequence64) gov.nasa.rapid.idl.dds.rapid.ValueSequence64.create() |
| The AssetConfig message defines the names, data types and order of the values contained in the sequence. | |
| AssetState | ( | ) |
The AssetConfig message defines the names, data types and order of the values contained in the sequence.
| AssetState | ( | AssetState | other | ) |

| Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src This method could be placed into AssetStateTypeSupport 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. |
The AssetConfig message defines the names, data types and order of the values contained in the sequence.
Reimplemented from Message.

| static Object create | ( | ) | [static] |
| boolean equals | ( | Object | o | ) |
The AssetConfig message defines the names, data types and order of the values contained in the sequence.
Reimplemented from Message.

| int hashCode | ( | ) |
The AssetConfig message defines the names, data types and order of the values contained in the sequence.
Reimplemented from Message.

| String toString | ( | String | desc, |
| int | indent | ||
| ) |
The AssetConfig message defines the names, data types and order of the values contained in the sequence.
Reimplemented from Message.

| String toString | ( | ) |
Reimplemented from Message.
| gov.nasa.rapid.idl.dds.rapid.ValueSequence64 values = (gov.nasa.rapid.idl.dds.rapid.ValueSequence64) gov.nasa.rapid.idl.dds.rapid.ValueSequence64.create() |