RTC
クラス ReturnCode_t
java.lang.Object
RTC.ReturnCode_t
- すべての実装されたインタフェース:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public class ReturnCode_t
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
RTC/ReturnCode_t.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from idl/OpenRTM.idl
Thursday, March 3, 2011 3:01:41 PM JST
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_RTC_OK
public static final int _RTC_OK
- 関連項目:
- 定数フィールド値
RTC_OK
public static final ReturnCode_t RTC_OK
_RTC_ERROR
public static final int _RTC_ERROR
- 関連項目:
- 定数フィールド値
RTC_ERROR
public static final ReturnCode_t RTC_ERROR
_BAD_PARAMETER
public static final int _BAD_PARAMETER
- 関連項目:
- 定数フィールド値
BAD_PARAMETER
public static final ReturnCode_t BAD_PARAMETER
_UNSUPPORTED
public static final int _UNSUPPORTED
- 関連項目:
- 定数フィールド値
UNSUPPORTED
public static final ReturnCode_t UNSUPPORTED
_OUT_OF_RESOURCES
public static final int _OUT_OF_RESOURCES
- 関連項目:
- 定数フィールド値
OUT_OF_RESOURCES
public static final ReturnCode_t OUT_OF_RESOURCES
_PRECONDITION_NOT_MET
public static final int _PRECONDITION_NOT_MET
- 関連項目:
- 定数フィールド値
PRECONDITION_NOT_MET
public static final ReturnCode_t PRECONDITION_NOT_MET
ReturnCode_t
protected ReturnCode_t(int value)
value
public int value()
from_int
public static ReturnCode_t from_int(int value)