/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_phidgets_TemperatureSensorPhidget */ #ifndef _Included_com_phidgets_TemperatureSensorPhidget #define _Included_com_phidgets_TemperatureSensorPhidget #ifdef __cplusplus extern "C" { #endif #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_CRITICAL #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_CRITICAL 1L #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_ERROR #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_ERROR 2L #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_WARNING #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_WARNING 3L #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_DEBUG #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_DEBUG 4L #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_INFO #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_INFO 5L #undef com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_VERBOSE #define com_phidgets_TemperatureSensorPhidget_PHIDGET_LOG_VERBOSE 6L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_NOTHING #define com_phidgets_TemperatureSensorPhidget_PHIDID_NOTHING 1L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ACCELEROMETER_3AXIS #define com_phidgets_TemperatureSensorPhidget_PHIDID_ACCELEROMETER_3AXIS 126L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ADVANCEDSERVO_1MOTOR #define com_phidgets_TemperatureSensorPhidget_PHIDID_ADVANCEDSERVO_1MOTOR 130L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ANALOG_4OUTPUT #define com_phidgets_TemperatureSensorPhidget_PHIDID_ANALOG_4OUTPUT 55L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ADVANCEDSERVO_8MOTOR #define com_phidgets_TemperatureSensorPhidget_PHIDID_ADVANCEDSERVO_8MOTOR 58L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_BIPOLAR_STEPPER_1MOTOR #define com_phidgets_TemperatureSensorPhidget_PHIDID_BIPOLAR_STEPPER_1MOTOR 123L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_BRIDGE_4INPUT #define com_phidgets_TemperatureSensorPhidget_PHIDID_BRIDGE_4INPUT 59L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_1ENCODER_1INPUT #define com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_1ENCODER_1INPUT 75L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_HS_1ENCODER #define com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_HS_1ENCODER 128L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_HS_4ENCODER_4INPUT #define com_phidgets_TemperatureSensorPhidget_PHIDID_ENCODER_HS_4ENCODER_4INPUT 79L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_FREQUENCYCOUNTER_2INPUT #define com_phidgets_TemperatureSensorPhidget_PHIDID_FREQUENCYCOUNTER_2INPUT 53L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_GPS #define com_phidgets_TemperatureSensorPhidget_PHIDID_GPS 121L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_0_4 #define com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_0_4 64L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_0_8 #define com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_0_8 129L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_16_16 #define com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_0_16_16 68L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_8_8_8 #define com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_8_8_8 69L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_8_8_8_w_LCD #define com_phidgets_TemperatureSensorPhidget_PHIDID_INTERFACEKIT_8_8_8_w_LCD 125L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_IR #define com_phidgets_TemperatureSensorPhidget_PHIDID_IR 77L #undef com_phidgets_TemperatureSensorPhidget_PHIDID_LED_64 #define com_phidgets_TemperatureSens
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain

# $Id: mkinstalldirs,v 1.2 2003/02/27 07:43:11 reinelt Exp $

errstatus=0

for file
do
   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
   shift

   pathcomp=
   for d
   do
     pathcomp="$pathcomp$d"
     case "$pathcomp" in
       -* ) pathcomp=./$pathcomp ;;
     esac

     if test ! -d "$pathcomp"; then
        echo "mkdir $pathcomp"

        mkdir "$pathcomp" || lasterr=$?

        if test ! -d "$pathcomp"; then
  	  errstatus=$lasterr
        fi
     fi

     pathcomp="$pathcomp/"
   done
done

exit $errstatus

# mkinstalldirs ends here
dgets_TemperatureSensorPhidget_getPotential (JNIEnv *, jobject, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: getPotentialMax * Signature: (I)D */ JNIEXPORT jdouble JNICALL Java_com_phidgets_TemperatureSensorPhidget_getPotentialMax (JNIEnv *, jobject, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: getPotentialMin * Signature: (I)D */ JNIEXPORT jdouble JNICALL Java_com_phidgets_TemperatureSensorPhidget_getPotentialMin (JNIEnv *, jobject, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: setTemperatureChangeTrigger * Signature: (ID)V */ JNIEXPORT void JNICALL Java_com_phidgets_TemperatureSensorPhidget_setTemperatureChangeTrigger (JNIEnv *, jobject, jint, jdouble); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: getTemperatureChangeTrigger * Signature: (I)D */ JNIEXPORT jdouble JNICALL Java_com_phidgets_TemperatureSensorPhidget_getTemperatureChangeTrigger (JNIEnv *, jobject, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: getThermocoupleType * Signature: (I)I */ JNIEXPORT jint JNICALL Java_com_phidgets_TemperatureSensorPhidget_getThermocoupleType (JNIEnv *, jobject, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: setThermocoupleType * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_phidgets_TemperatureSensorPhidget_setThermocoupleType (JNIEnv *, jobject, jint, jint); /* * Class: com_phidgets_TemperatureSensorPhidget * Method: enableTemperatureChangeEvents * Signature: (Z)V */ JNIEXPORT void JNICALL Java_com_phidgets_TemperatureSensorPhidget_enableTemperatureChangeEvents (JNIEnv *, jobject, jboolean); #ifdef __cplusplus } #endif #endif