The Robot Application Programming Interface Delegate Project
RAPID Logo

ResultType Class Reference

ResultType describes the result of a command on the completed queue. More...

Inheritance diagram for ResultType:
Collaboration diagram for ResultType:

List of all members.

Public Member Functions

int value ()
String toString (String desc, int indent)
 Print Method.

Static Public Member Functions

static ResultType valueOf (int ordinal)
static ResultType from_int (int __value)
static int[] getOrdinals ()
static ResultType create ()
 Create a default instance.

Static Public Attributes

static final ResultType Q_RESULT_INIT = new ResultType("Q_RESULT_INIT", 0)
static final int _Q_RESULT_INIT = 0
static final ResultType Q_RESULT_SUCCEEDED = new ResultType("Q_RESULT_SUCCEEDED", 1)
static final int _Q_RESULT_SUCCEEDED = 1
static final ResultType Q_RESULT_FAILED = new ResultType("Q_RESULT_FAILED", 2)
static final int _Q_RESULT_FAILED = 2

Detailed Description

  • Q_STATUS_INIT:
  • Q_STATUS_OUTBOUND: SENT
  • Q_STATUS_LOST: SENT
  • Q_STATUS_INLINE: PENDING
  • Q_STATUS_PREEMPTED: PENDING
  • Q_STATUS_INPROCESS: ACTIVE
  • Q_STATUS_PAUSED: ACTIVE
  • Q_STATUS_CANCELED: COMPLETED
  • Q_STATUS_SUCCEEDED: COMPLETED
  • Q_STATUS_FAILED: COMPLETED
  • Q_STATUS_ALIEN_PENDING:
  • Q_STATUS_ALIEN_ACTIVE:
  • Q_STATUS_ALIEN_COMPLETED:
  • Q_STATUS_FORGOTTEN_BY_ROBOT:
  • Q_RESULT_INIT:
  • Q_RESULT_SUCCEEDED:
  • Q_RESULT_FAILED:

Member Function Documentation

static ResultType create ( ) [static]

Here is the call graph for this function:

static ResultType from_int ( int  __value) [static]

Here is the call graph for this function:

static int [] getOrdinals ( ) [static]
String toString ( String  desc,
int  indent 
)
int value ( )
static ResultType valueOf ( int  ordinal) [static]

Member Data Documentation

final int _Q_RESULT_FAILED = 2 [static]
final int _Q_RESULT_INIT = 0 [static]
final int _Q_RESULT_SUCCEEDED = 1 [static]
final ResultType Q_RESULT_FAILED = new ResultType("Q_RESULT_FAILED", 2) [static]
final ResultType Q_RESULT_INIT = new ResultType("Q_RESULT_INIT", 0) [static]
final ResultType Q_RESULT_SUCCEEDED = new ResultType("Q_RESULT_SUCCEEDED", 1) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines