Package org.robwork.sdurwsim
Interface sdurwsimConstants
-
- All Known Implementing Classes:
sdurwsim
public interface sdurwsimConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
RWSIM_HAVE_LUA
static int
RWSIM_HAVE_ODE
static int
RWSIM_HAVE_RWPHYS
static java.lang.String
RWSIM_REVISION
static java.lang.String
RWSIM_VERSION
static int
RWSIM_VERSION_MAJOR
static int
RWSIM_VERSION_MINOR
static int
RWSIM_VERSION_PATCH
-
-
-
Field Detail
-
RWSIM_VERSION
static final java.lang.String RWSIM_VERSION
-
RWSIM_VERSION_MAJOR
static final int RWSIM_VERSION_MAJOR
-
RWSIM_VERSION_MINOR
static final int RWSIM_VERSION_MINOR
-
RWSIM_VERSION_PATCH
static final int RWSIM_VERSION_PATCH
-
RWSIM_REVISION
static final java.lang.String RWSIM_REVISION
-
RWSIM_HAVE_RWPHYS
static final int RWSIM_HAVE_RWPHYS
-
RWSIM_HAVE_ODE
static final int RWSIM_HAVE_ODE
-
RWSIM_HAVE_LUA
static final int RWSIM_HAVE_LUA
-
-