The Robot Application Programming Interface Delegate Project
RAPID Logo

RangeScanSample Class Reference

Single (or multiple) line range scan. More...

Inheritance diagram for RangeScanSample:
Collaboration diagram for RangeScanSample:

List of all members.

Public Member Functions

 RangeScanSample ()
 RangeScanSample (RangeScanSample 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.ShortSequence64 scanAzimuth = (gov.nasa.rapid.idl.dds.rapid.ShortSequence64) gov.nasa.rapid.idl.dds.rapid.ShortSequence64.create()
 Horizontal shot angles of samples in a scan-line for those sensors that have dynamic horizontal spacing.
gov.nasa.rapid.idl.dds.rapid.ShortSequence64 scanElevation = (gov.nasa.rapid.idl.dds.rapid.ShortSequence64) gov.nasa.rapid.idl.dds.rapid.ShortSequence64.create()
 Vertical shot angles of samples for those sensors that have dynamic vertical spacing between scan lines.
gov.nasa.rapid.idl.dds.rapid.ShortSequence2K rangeData = (gov.nasa.rapid.idl.dds.rapid.ShortSequence2K) gov.nasa.rapid.idl.dds.rapid.ShortSequence2K.create()
 Vector of 16 bit data samples.
gov.nasa.rapid.idl.dds.rapid.OctetSequence2K intensityData = (gov.nasa.rapid.idl.dds.rapid.OctetSequence2K) gov.nasa.rapid.idl.dds.rapid.OctetSequence2K.create()

Detailed Description


Constructor & Destructor Documentation

Here is the call graph for this function:


Member Function Documentation

Object copy_from ( Object  src)

This method will perform a deep copy of src This method could be placed into RangeScanSampleTypeSupport rather than here by using the -noCopyable option to rtiddsgen.

Parameters:
srcThe Object which contains the data to be copied.
Returns:
Returns this.
Exceptions:
NullPointerExceptionIf src is null.
ClassCastExceptionIf src is not the same type as this.
See also:
com.rti.dds.infrastructure.Copyable.copy_from(java.lang.Object)

Reimplemented from Message.

Here is the call graph for this function:

static Object create ( ) [static]

Reimplemented from Message.

Here is the call graph for this function:

boolean equals ( Object  o)

Reimplemented from Message.

Here is the call graph for this function:

int hashCode ( )

Reimplemented from Message.

Here is the call graph for this function:

String toString ( String  desc,
int  indent 
)

Reimplemented from Message.

Here is the call graph for this function:

String toString ( )

Reimplemented from Message.


Member Data Documentation

For sensors with static horizontal spacing, this sequence will be empty and the corresponding member in RangeScanConfig will be used.

For sensors with static vertical spacing, this sequence will be empty and the corresponding member in RangeScanConfig will be used.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines