The Robot Application Programming Interface Delegate Project
|
Holds status information for an image sensor - typically a camera, but could be a laser scanner, gpr, or any sensor that can pack a data sample into a 2D array.
Public Member Functions | |
ImageMetadata () | |
ImageMetadata (ImageMetadata 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 | sensorName = "" |
Unique identifier for sensor. | |
String | sensorType = "" |
Sensor type, e.g. | |
gov.nasa.rapid.idl.dds.rapid.Transform3D | offset = (gov.nasa.rapid.idl.dds.rapid.Transform3D) gov.nasa.rapid.idl.dds.rapid.Transform3D.create() |
3D transform which defines the zero position of the sensor with respect to the Agent's origin. | |
int | width |
Native width (columns) of data sample. | |
int | height |
Native height (rows) of data sample. | |
gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16 | rangeSettings = (gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16) gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16.create() |
gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16 | optionSettings = (gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16) gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16.create() |
One of the values here is the MIME type if available. | |
gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16 | extras = (gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16) gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16.create() |
Extra sequence for native or Agent-specific information. |
ImageMetadata | ( | ) |
ImageMetadata | ( | ImageMetadata | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into ImageMetadataTypeSupport
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 . |
static Object create | ( | ) | [static] |
boolean equals | ( | Object | o | ) |
int hashCode | ( | ) |
String toString | ( | String | desc, |
int | indent | ||
) |
String toString | ( | ) |
gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16 extras = (gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16) gov.nasa.rapid.idl.dds.rapid.KeyTypeValueSequence16.create() |
int height |
gov.nasa.rapid.idl.dds.rapid.Transform3D offset = (gov.nasa.rapid.idl.dds.rapid.Transform3D) gov.nasa.rapid.idl.dds.rapid.Transform3D.create() |
May be deprecated in future because the framestore service should handle this.
gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16 optionSettings = (gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16) gov.nasa.rapid.idl.dds.rapid.NamedOptionSetValueSequence16.create() |
gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16 rangeSettings = (gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16) gov.nasa.rapid.idl.dds.rapid.NamedFloatRangeValueSequence16.create() |
String sensorName = "" |
String sensorType = "" |
Camera, LaserScanner.
int width |