CTRE Phoenix C++ 5.33.1
|
#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jlong JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1new_1CANifier (JNIEnv *, jclass, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1destroy_1CANifier (JNIEnv *, jclass, jlong) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetLEDOutput (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetGeneralOutputs (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetGeneralOutput (JNIEnv *, jclass, jlong, jint, jboolean, jboolean) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetPWMOutput (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1EnablePWMOutput (JNIEnv *, jclass, jlong, jint, jboolean) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetGeneralInputs (JNIEnv *, jclass, jlong, jbooleanArray) |
JNIEXPORT jboolean JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetGeneralInput (JNIEnv *, jclass, jlong, jint) |
JNIEXPORT void JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetPWMInput (JNIEnv *, jclass, jlong, jint, jdoubleArray) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetLastError (JNIEnv *, jclass, jlong) |
JNIEXPORT jdouble JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetBatteryVoltage (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetQuadraturePosition (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetQuadraturePosition (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetQuadratureVelocity (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigVelocityMeasurementPeriod (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigVelocityMeasurementWindow (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnLimitF (JNIEnv *, jclass, jlong, jboolean, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnLimitR (JNIEnv *, jclass, jlong, jboolean, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnQuadIdx (JNIEnv *, jclass, jlong, jboolean, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigSetCustomParam (JNIEnv *, jclass, jlong, jint, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigGetCustomParam (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigSetParameter (JNIEnv *, jclass, jlong, jint, jdouble, jint, jint, jint) |
JNIEXPORT jdouble JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigGetParameter (JNIEnv *, jclass, jlong, jint, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigFactoryDefault (JNIEnv *, jclass, jlong, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetStatusFramePeriod (JNIEnv *, jclass, jlong, jint, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetStatusFramePeriod (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1SetControlFramePeriod (JNIEnv *, jclass, jlong, jint, jint) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetFirmwareVersion (JNIEnv *, jclass, jlong) |
JNIEXPORT jboolean JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1HasResetOccurred (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetFaults (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetStickyFaults (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1ClearStickyFaults (JNIEnv *, jclass, jlong, jint) |
JNIEXPORT jdouble JNICALL | Java_com_ctre_phoenix_CANifierJNI_JNI_1GetBusVoltage (JNIEnv *, jclass, jlong) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ClearStickyFaults | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnLimitF | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jboolean | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnLimitR | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jboolean | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigClearPositionOnQuadIdx | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jboolean | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigFactoryDefault | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigGetCustomParam | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigGetParameter | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigSetCustomParam | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigSetParameter | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jdouble | , | ||
jint | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigVelocityMeasurementPeriod | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1ConfigVelocityMeasurementWindow | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1destroy_1CANifier | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1EnablePWMOutput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jboolean | |||
) |
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetBatteryVoltage | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jdouble JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetBusVoltage | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetFaults | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetFirmwareVersion | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jboolean JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetGeneralInput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetGeneralInputs | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jbooleanArray | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetLastError | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetPWMInput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jdoubleArray | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetQuadraturePosition | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetQuadratureVelocity | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetStatusFramePeriod | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1GetStickyFaults | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jboolean JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1HasResetOccurred | ( | JNIEnv * | , |
jclass | , | ||
jlong | |||
) |
JNIEXPORT jlong JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1new_1CANifier | ( | JNIEnv * | , |
jclass | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetControlFramePeriod | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetGeneralOutput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jboolean | , | ||
jboolean | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetGeneralOutputs | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetLEDOutput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT void JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetPWMOutput | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetQuadraturePosition | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | |||
) |
JNIEXPORT jint JNICALL Java_com_ctre_phoenix_CANifierJNI_JNI_1SetStatusFramePeriod | ( | JNIEnv * | , |
jclass | , | ||
jlong | , | ||
jint | , | ||
jint | , | ||
jint | |||
) |