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

関連項目:
直列化された形式

フィールドの概要
static int _BAD_PARAMETER
           
static int _OUT_OF_RESOURCES
           
static int _PRECONDITION_NOT_MET
           
static int _RTC_ERROR
           
static int _RTC_OK
           
static int _UNSUPPORTED
           
static ReturnCode_t BAD_PARAMETER
           
static ReturnCode_t OUT_OF_RESOURCES
           
static ReturnCode_t PRECONDITION_NOT_MET
           
static ReturnCode_t RTC_ERROR
           
static ReturnCode_t RTC_OK
           
static ReturnCode_t UNSUPPORTED
           
 
コンストラクタの概要
protected ReturnCode_t(int value)
           
 
メソッドの概要
static ReturnCode_t from_int(int value)
           
 int value()
           
 
クラス 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)