The Robot Application Programming Interface Delegate Project
RAPID Logo

ParameterUnion Class Reference

DataType is used in KeyTypeValue triples to describe the type of data contained in the string value. More...

Inheritance diagram for ParameterUnion:
Collaboration diagram for ParameterUnion:

List of all members.

Public Member Functions

 ParameterUnion ()
 ParameterUnion (ParameterUnion other)
gov.nasa.rapid.idl.dds.rapid.DataType discriminator ()
boolean b ()
void b (boolean __value)
double d ()
void d (double __value)
float f ()
void f (float __value)
int i ()
void i (int __value)
String s ()
void s (String __value)
gov.nasa.rapid.idl.dds.rapid.Vec3d vec3d ()
void vec3d (gov.nasa.rapid.idl.dds.rapid.Vec3d __value)
gov.nasa.rapid.idl.dds.rapid.Mat33f mat33f ()
void mat33f (gov.nasa.rapid.idl.dds.rapid.Mat33f __value)
boolean equals (Object o)
int hashCode ()
Object copy_from (Object other)
 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.DataType _d = gov.nasa.rapid.idl.dds.rapid.DataType.create()
boolean b
double d
float f
int i
String s = ""
gov.nasa.rapid.idl.dds.rapid.Vec3d vec3d = (gov.nasa.rapid.idl.dds.rapid.Vec3d) gov.nasa.rapid.idl.dds.rapid.Vec3d.create()
 vector
gov.nasa.rapid.idl.dds.rapid.Mat33f mat33f = (gov.nasa.rapid.idl.dds.rapid.Mat33f) gov.nasa.rapid.idl.dds.rapid.Mat33f.create()

Detailed Description

  • RAPID_BOOL:
  • RAPID_DOUBLE:
  • RAPID_FLOAT:
  • RAPID_INT:
  • RAPID_STRING:
  • RAPID_VEC3d:
  • RAPID_MAT33f:

Arguments for commands will be specified with these types.


Constructor & Destructor Documentation

< vector

Here is the call graph for this function:


Member Function Documentation

boolean b ( )
void b ( boolean  __value)

Here is the call graph for this function:

Object copy_from ( Object  other)

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

Parameters:
srcThe Object which contains the data to be copied.
Returns:
Generally, return this but special cases (such as Enum) exist.
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)

< vector

Here is the call graph for this function:

static Object create ( ) [static]

Here is the call graph for this function:

double d ( )
void d ( double  __value)

Here is the call graph for this function:

boolean equals ( Object  o)

Here is the call graph for this function:

void f ( float  __value)

Here is the call graph for this function:

float f ( )
int hashCode ( )

< vector

Here is the call graph for this function:

void i ( int  __value)

Here is the call graph for this function:

int i ( )

Here is the call graph for this function:

String s ( )
void s ( String  __value)

Here is the call graph for this function:

String toString ( String  desc,
int  indent 
)

< vector

Here is the call graph for this function:

String toString ( )

Here is the call graph for this function:


Member Data Documentation

gov.nasa.rapid.idl.dds.rapid.DataType _d = gov.nasa.rapid.idl.dds.rapid.DataType.create()
boolean b
double d
float f
int i
gov.nasa.rapid.idl.dds.rapid.Mat33f mat33f = (gov.nasa.rapid.idl.dds.rapid.Mat33f) gov.nasa.rapid.idl.dds.rapid.Mat33f.create()
String s = ""
gov.nasa.rapid.idl.dds.rapid.Vec3d vec3d = (gov.nasa.rapid.idl.dds.rapid.Vec3d) gov.nasa.rapid.idl.dds.rapid.Vec3d.create()

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