com.buglabs.bug.jni.accelerometer
Class Accelerometer

java.lang.Object
  extended by com.buglabs.bug.jni.common.CharDevice
      extended by com.buglabs.bug.jni.accelerometer.Accelerometer

public class Accelerometer
extends CharDevice


Field Summary
 
Fields inherited from class com.buglabs.bug.jni.common.CharDevice
fd
 
Constructor Summary
Accelerometer()
           
 
Method Summary
 AccelerometerConfiguration ioctl_BMI_MDACC_ACCELEROMETER_GET_CONFIG()
           
 int ioctl_BMI_MDACC_ACCELEROMETER_RUN()
           
 int ioctl_BMI_MDACC_ACCELEROMETER_SET_CONFIG(AccelerometerConfiguration config)
           
 int ioctl_BMI_MDACC_ACCELEROMETER_STOP()
           
 
Methods inherited from class com.buglabs.bug.jni.common.CharDevice
close, getFileDescriptor, getline, ioctl, lseek, open, read, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accelerometer

public Accelerometer()
Method Detail

ioctl_BMI_MDACC_ACCELEROMETER_RUN

public int ioctl_BMI_MDACC_ACCELEROMETER_RUN()

ioctl_BMI_MDACC_ACCELEROMETER_STOP

public int ioctl_BMI_MDACC_ACCELEROMETER_STOP()

ioctl_BMI_MDACC_ACCELEROMETER_SET_CONFIG

public int ioctl_BMI_MDACC_ACCELEROMETER_SET_CONFIG(AccelerometerConfiguration config)

ioctl_BMI_MDACC_ACCELEROMETER_GET_CONFIG

public AccelerometerConfiguration ioctl_BMI_MDACC_ACCELEROMETER_GET_CONFIG()