The Robot Application Programming Interface Delegate Project
|
SystemInfoConfig | ( | ) |
SystemInfoConfig | ( | SystemInfoConfig | other | ) |
Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src
This method could be placed into SystemInfoConfigTypeSupport
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.BatteryInfoConfigSequence batteries = (gov.nasa.rapid.idl.dds.rapid.ext.BatteryInfoConfigSequence) gov.nasa.rapid.idl.dds.rapid.ext.BatteryInfoConfigSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoConfig cpus = (gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoConfig) gov.nasa.rapid.idl.dds.rapid.ext.CpuInfoConfig.create() |
gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoConfig memory = (gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoConfig) gov.nasa.rapid.idl.dds.rapid.ext.MemoryInfoConfig.create() |
gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoConfigSequence netInterfaces = (gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoConfigSequence) gov.nasa.rapid.idl.dds.rapid.ext.NetTrafficInfoConfigSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoConfigSequence temperatures = (gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoConfigSequence) gov.nasa.rapid.idl.dds.rapid.ext.ThermalInfoConfigSequence.create() |
gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoConfigSequence wifiInterfaces = (gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoConfigSequence) gov.nasa.rapid.idl.dds.rapid.ext.WifiInfoConfigSequence.create() |