RTC
Class ReturnCode_t

java.lang.Object
  extended by RTC.ReturnCode_t
All Implemented Interfaces:
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

See Also:
Serialized Form

Field Summary
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
           
 
Constructor Summary
protected ReturnCode_t(int value)
           
 
Method Summary
static ReturnCode_t from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_RTC_OK

public static final int _RTC_OK
See Also:
Constant Field Values

RTC_OK

public static final ReturnCode_t RTC_OK

_RTC_ERROR

public static final int _RTC_ERROR
See Also:
Constant Field Values

RTC_ERROR

public static final ReturnCode_t RTC_ERROR

_BAD_PARAMETER

public static final int _BAD_PARAMETER
See Also:
Constant Field Values

BAD_PARAMETER

public static final ReturnCode_t BAD_PARAMETER

_UNSUPPORTED

public static final int _UNSUPPORTED
See Also:
Constant Field Values

UNSUPPORTED

public static final ReturnCode_t UNSUPPORTED

_OUT_OF_RESOURCES

public static final int _OUT_OF_RESOURCES
See Also:
Constant Field Values

OUT_OF_RESOURCES

public static final ReturnCode_t OUT_OF_RESOURCES

_PRECONDITION_NOT_MET

public static final int _PRECONDITION_NOT_MET
See Also:
Constant Field Values

PRECONDITION_NOT_MET

public static final ReturnCode_t PRECONDITION_NOT_MET
Constructor Detail

ReturnCode_t

protected ReturnCode_t(int value)
Method Detail

value

public int value()

from_int

public static ReturnCode_t from_int(int value)