| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC.port |
| Modifier and Type | Method and Description |
|---|---|
<DataType> SerializeReturnCode |
ByteDataStream.deserialize(DataRef<DataType> data,
org.omg.CORBA.portable.OutputStream cdr)
Data deserializing
|
<DataType> SerializeReturnCode |
CORBA_CdrSerializer.deserialize(DataRef<DataType> data,
org.omg.CORBA.portable.OutputStream cdr) |
<DataType> SerializeReturnCode |
ByteDataStream.serialize(DataType data,
org.omg.CORBA.portable.OutputStream cdr)
Data serializing
|
<DataType> SerializeReturnCode |
CORBA_CdrSerializer.serialize(DataType data,
org.omg.CORBA.portable.OutputStream cdr) |
static SerializeReturnCode |
SerializeReturnCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SerializeReturnCode[] |
SerializeReturnCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|