| The Robot Application Programming Interface Delegate Project |   | 
A command definition. More...


| Public Member Functions | |
| SubsystemType () | |
| SubsystemType (SubsystemType other) | |
| boolean | equals (Object o) | 
| int | hashCode () | 
| Object | copy_from (Object src) | 
| This is the implementation of the Copyableinterface. | |
| String | toString () | 
| String | toString (String desc, int indent) | 
| Static Public Member Functions | |
| static Object | create () | 
| Public Attributes | |
| String | name = "" | 
| Name of subsystem type. | |
| gov.nasa.rapid.idl.dds.rapid.CommandDefSequence | commands = (gov.nasa.rapid.idl.dds.rapid.CommandDefSequence) gov.nasa.rapid.idl.dds.rapid.CommandDefSequence.create() | 
Arguments will define name of argument as Key, type of argument as Type.
| SubsystemType | ( | ) | 
| SubsystemType | ( | SubsystemType | other | ) | 

| Object copy_from | ( | Object | src | ) | 
This method will perform a deep copy of src This method could be placed into SubsystemTypeTypeSupport rather than here by using the -noCopyable option to rtiddsgen.
| src | The Object which contains the data to be copied. | 
this. | NullPointerException | If srcis null. | 
| ClassCastException | If srcis not the same type asthis. | 

| static Object create | ( | ) |  [static] | 

| boolean equals | ( | Object | o | ) | 

| int hashCode | ( | ) | 

| String toString | ( | String | desc, | 
| int | indent | ||
| ) | 

| String toString | ( | ) | 
| gov.nasa.rapid.idl.dds.rapid.CommandDefSequence commands = (gov.nasa.rapid.idl.dds.rapid.CommandDefSequence) gov.nasa.rapid.idl.dds.rapid.CommandDefSequence.create() | 
| String name = "" |