/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (https://www.swig.org). * Version 4.4.1 * * Do not make changes to this file unless you know what you are doing - modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package upm_bmx055; public final class BMG160_GP0_BITS_T { public final static BMG160_GP0_BITS_T BMG160_GP0_OFFSET_Z = new BMG160_GP0_BITS_T("BMG160_GP0_OFFSET_Z", javaupm_bmx055JNI.BMG160_GP0_OFFSET_Z_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_OFFSET_Y = new BMG160_GP0_BITS_T("BMG160_GP0_OFFSET_Y", javaupm_bmx055JNI.BMG160_GP0_OFFSET_Y_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_OFFSET_X0 = new BMG160_GP0_BITS_T("BMG160_GP0_OFFSET_X0", javaupm_bmx055JNI.BMG160_GP0_OFFSET_X0_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_OFFSET_X1 = new BMG160_GP0_BITS_T("BMG160_GP0_OFFSET_X1", javaupm_bmx055JNI.BMG160_GP0_OFFSET_X1_get()); public final static BMG160_GP0_BITS_T _BMG160_GP0_OFFSET_X_MASK = new BMG160_GP0_BITS_T("_BMG160_GP0_OFFSET_X_MASK", javaupm_bmx055JNI._BMG160_GP0_OFFSET_X_MASK_get()); public final static BMG160_GP0_BITS_T _BMG160_GP0_OFFSET_X_SHIFT = new BMG160_GP0_BITS_T("_BMG160_GP0_OFFSET_X_SHIFT", javaupm_bmx055JNI._BMG160_GP0_OFFSET_X_SHIFT_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_GP00 = new BMG160_GP0_BITS_T("BMG160_GP0_GP00", javaupm_bmx055JNI.BMG160_GP0_GP00_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_GP01 = new BMG160_GP0_BITS_T("BMG160_GP0_GP01", javaupm_bmx055JNI.BMG160_GP0_GP01_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_GP02 = new BMG160_GP0_BITS_T("BMG160_GP0_GP02", javaupm_bmx055JNI.BMG160_GP0_GP02_get()); public final static BMG160_GP0_BITS_T BMG160_GP0_GP03 = new BMG160_GP0_BITS_T("BMG160_GP0_GP03", javaupm_bmx055JNI.BMG160_GP0_GP03_get()); public final static BMG160_GP0_BITS_T _BMG160_GP0_GP0_MASK = new BMG160_GP0_BITS_T("_BMG160_GP0_GP0_MASK", javaupm_bmx055JNI._BMG160_GP0_GP0_MASK_get()); public final static BMG160_GP0_BITS_T _BMG160_GP0_GP0_SHIFT = new BMG160_GP0_BITS_T("_BMG160_GP0_GP0_SHIFT", javaupm_bmx055JNI._BMG160_GP0_GP0_SHIFT_get()); public final int swigValue() { return swigValue; } public String toString() { return swigName; } public static BMG160_GP0_BITS_T swigToEnum(int swigValue) { if (swigValue < swigValues.length && swigValue >= 0 && swigValues[swigValue].swigValue == swigValue) return swigValues[swigValue]; for (int i = 0; i < swigValues.length; i++) if (swigValues[i].swigValue == swigValue) return swigValues[i]; throw new IllegalArgumentException("No enum " + BMG160_GP0_BITS_T.class + " with value " + swigValue); } private BMG160_GP0_BITS_T(String swigName) { this.swigName = swigName; this.swigValue = swigNext++; } private BMG160_GP0_BITS_T(String swigName, int swigValue) { this.swigName = swigName; this.swigValue = swigValue; swigNext = swigValue+1; } private BMG160_GP0_BITS_T(String swigName, BMG160_GP0_BITS_T swigEnum) { this.swigName = swigName; this.swigValue = swigEnum.swigValue; swigNext = this.swigValue+1; } private static BMG160_GP0_BITS_T[] swigValues = { BMG160_GP0_OFFSET_Z, BMG160_GP0_OFFSET_Y, BMG160_GP0_OFFSET_X0, BMG160_GP0_OFFSET_X1, _BMG160_GP0_OFFSET_X_MASK, _BMG160_GP0_OFFSET_X_SHIFT, BMG160_GP0_GP00, BMG160_GP0_GP01, BMG160_GP0_GP02, BMG160_GP0_GP03, _BMG160_GP0_GP0_MASK, _BMG160_GP0_GP0_SHIFT }; private static int swigNext = 0; private final int swigValue; private final String swigName; }