OpenRTM
Class PortStatus

java.lang.Object
  extended by OpenRTM.PortStatus
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class PortStatus
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

OpenRTM/PortStatus.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/DataPort.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Field Summary
static int _BUFFER_EMPTY
           
static int _BUFFER_FULL
           
static int _BUFFER_TIMEOUT
           
static int _PORT_ERROR
           
static int _PORT_OK
           
static int _UNKNOWN_ERROR
           
static PortStatus BUFFER_EMPTY
           
static PortStatus BUFFER_FULL
           
static PortStatus BUFFER_TIMEOUT
           
static PortStatus PORT_ERROR
           
static PortStatus PORT_OK
           
static PortStatus UNKNOWN_ERROR
           
 
Constructor Summary
protected PortStatus(int value)
           
 
Method Summary
static PortStatus 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

_PORT_OK

public static final int _PORT_OK
See Also:
Constant Field Values

PORT_OK

public static final PortStatus PORT_OK

_PORT_ERROR

public static final int _PORT_ERROR
See Also:
Constant Field Values

PORT_ERROR

public static final PortStatus PORT_ERROR

_BUFFER_FULL

public static final int _BUFFER_FULL
See Also:
Constant Field Values

BUFFER_FULL

public static final PortStatus BUFFER_FULL

_BUFFER_EMPTY

public static final int _BUFFER_EMPTY
See Also:
Constant Field Values

BUFFER_EMPTY

public static final PortStatus BUFFER_EMPTY

_BUFFER_TIMEOUT

public static final int _BUFFER_TIMEOUT
See Also:
Constant Field Values

BUFFER_TIMEOUT

public static final PortStatus BUFFER_TIMEOUT

_UNKNOWN_ERROR

public static final int _UNKNOWN_ERROR
See Also:
Constant Field Values

UNKNOWN_ERROR

public static final PortStatus UNKNOWN_ERROR
Constructor Detail

PortStatus

protected PortStatus(int value)
Method Detail

value

public int value()

from_int

public static PortStatus from_int(int value)