Static Public Member Functions | Static Public Attributes | List of all members
grl.flatbuffer.EDriveState Class Reference
+ Collaboration diagram for grl.flatbuffer.EDriveState:

Static Public Member Functions

static String name (int e)
 
static String name (int e)
 

Static Public Attributes

static final byte ACTIVE = 3
 
static final byte OFF = 1
 
static final byte TRANSITIONING = 2
 

Detailed Description

Definition at line 5 of file build/include/grl/flatbuffer/grl/flatbuffer/EDriveState.java.

Member Function Documentation

§ name() [1/2]

static String grl.flatbuffer.EDriveState.name ( int  e)
inlinestatic

§ name() [2/2]

static String grl.flatbuffer.EDriveState.name ( int  e)
inlinestatic

Member Data Documentation

§ ACTIVE

static final byte grl.flatbuffer.EDriveState.ACTIVE = 3
static

Actively commanding arm

Definition at line 18 of file build/include/grl/flatbuffer/grl/flatbuffer/EDriveState.java.

§ OFF

static final byte grl.flatbuffer.EDriveState.OFF = 1
static

Driving mode currently unused

Definition at line 10 of file build/include/grl/flatbuffer/grl/flatbuffer/EDriveState.java.

§ TRANSITIONING

static final byte grl.flatbuffer.EDriveState.TRANSITIONING = 2
static

About to drive

Definition at line 14 of file build/include/grl/flatbuffer/grl/flatbuffer/EDriveState.java.


The documentation for this class was generated from the following file: