The Robot Application Programming Interface Delegate Project
|
SystemInfoSample | ( | ) |
SystemInfoSample | ( | SystemInfoSample | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into SystemInfoSampleTypeSupport
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.ext.BatteryInfoSampleSequence batteries = (gov.nasa.rapid.idl.dds.rapid.ext.BatteryInfoSampleSequence) gov.nasa.rapid.idl.dds.rapid.ext.BatteryInfoSampleSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoSampleSequence cpus = (gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoSampleSequence) gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoSampleSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoSample memory = (gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoSample) gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoSample.create() |
gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoSampleSequence netInterfaces = (gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoSampleSequence) gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoSampleSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoSampleSequence temperatures = (gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoSampleSequence) gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoSampleSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoSampleSequence wifiInterfaces = (gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoSampleSequence) gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoSampleSequence.create() |