|
The Robot Application Programming Interface Delegate Project
|
|
PointSampleXyzMode denotes whether the values represent: More...


Public Member Functions | |
| PointCloudConfig () | |
| PointCloudConfig (PointCloudConfig 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 | frameName = "" |
| Reference frame of the point cloud. | |
| gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode | xyzMode = (gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode) gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode.create() |
| Interpretation of xyz array. | |
| gov.nasa.rapid.idl.dds.rapid.PointSampleAttributeMode[] | attributesMode = new gov.nasa.rapid.idl.dds.rapid.PointSampleAttributeMode[2] |
| Interpretation of each attribute. | |
| gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16 | attributes = (gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16) gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16.create() |
| Additional attributes. | |
PointSampleAttributeMode denotes the type of data contained in the attribute bytes.
PointCloudConfig message sets up the configuration of a PointCloudSample message for a specific Agent.
| PointCloudConfig | ( | ) |
| PointCloudConfig | ( | PointCloudConfig | other | ) |

| Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src This method could be placed into PointCloudConfigTypeSupport 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.KeyTypeValueSequence16 attributes = (gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16) gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16.create() |
| gov.nasa.rapid.idl.dds.rapid.PointSampleAttributeMode [] attributesMode = new gov.nasa.rapid.idl.dds.rapid.PointSampleAttributeMode[2] |
| String frameName = "" |
Should exist in FrameStore.
| gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode xyzMode = (gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode) gov.nasa.rapid.idl.dds.rapid.PointSampleXyzMode.create() |