Uses of Class
de.Android_Seminar.backend.SensorType

Packages that use SensorType
de.Android_Seminar   
de.Android_Seminar.backend   
de.Android_Seminar.backend.impl   
 

Uses of SensorType in de.Android_Seminar
 

Methods in de.Android_Seminar that return SensorType
 SensorType[] Sensor_Logging_for_Mobility.getSensorTyps()
          This gives us all sensors types
 

Uses of SensorType in de.Android_Seminar.backend
 

Methods in de.Android_Seminar.backend that return SensorType
 SensorType SensorData.getSensorType()
           
static SensorType SensorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SensorType[] SensorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.Android_Seminar.backend that return types with arguments of type SensorType
 java.util.List<SensorType> SensorController.getActiveSensors()
           
 java.util.List<SensorType> SensorController.getDeviceSensors()
           
 java.util.Map<SensorType,SampleRate> SensorConfiguration.getLastSampleRates()
          Receives the last for a specified sensor.
 java.util.Set<SensorType> SensorConfiguration.getLastUsedSensors()
          Receives a list of all sensors that have been used during the last recording.
 

Methods in de.Android_Seminar.backend with parameters of type SensorType
 void SensorController.activateSensor(SensorType sensor)
          Activates a sensor and makes it ready to record data.
 void SensorController.activateSensor(SensorType sensor, int bufferSize)
           
 void SensorController.deactivateSensor(SensorType sensor)
          Disables a sensor and prevents it from recording data.
 SensorData[] SensorController.getBufferedData(SensorType sensor, int amount)
           
 SensorData SensorController.getCurrentData(SensorType sensor)
           
 double SensorController.getMaxValue(SensorType sensor)
          returns an sensor specific, expected maximum value.
 double SensorController.getMinValue(SensorType sensor)
          returns an sensor specific, expected minimum value.
 boolean SensorController.hasSensor(SensorType sensor)
          Determines if the device has a specific sensor
 boolean SensorController.sensorIsActive(SensorType sensor)
          Checks, if a sensor is active or not
 

Method parameters in de.Android_Seminar.backend with type arguments of type SensorType
 void SensorConfiguration.setLastSampleRates(java.util.Map<SensorType,SampleRate> rates)
          Saves the last sample rate to the configuration file.
 void SensorConfiguration.setLastUsedSensors(java.util.Set<SensorType> sensors)
          Saves all sensors that have been used for the last recording to the configuration file.
 

Uses of SensorType in de.Android_Seminar.backend.impl
 

Methods in de.Android_Seminar.backend.impl that return SensorType
 SensorType DataBuffer.getSensorType()
           
 SensorType SensorDataImpl.getSensorType()
           
static SensorType SensorMapping.getSensorType(Sensor sensor)
           
 

Methods in de.Android_Seminar.backend.impl that return types with arguments of type SensorType
 java.util.List<SensorType> SensorControllerImpl.getActiveSensors()
           
 java.util.List<SensorType> SensorControllerImpl.getDeviceSensors()
           
 java.util.Map<SensorType,SampleRate> SensorConfigurationImpl.getLastSampleRates()
           
 java.util.Set<SensorType> SensorConfigurationImpl.getLastUsedSensors()
           
 

Methods in de.Android_Seminar.backend.impl with parameters of type SensorType
 void SensorControllerImpl.activateSensor(SensorType sensor)
           
 void SensorControllerImpl.activateSensor(SensorType sensor, int bufferSize)
           
 void SensorControllerImpl.deactivateSensor(SensorType sensor)
           
static int SensorMapping.getAndroidSensor(SensorType sensor)
           
 SensorData[] SensorControllerImpl.getBufferedData(SensorType sensor, int amount)
           
 SensorData SensorControllerImpl.getCurrentData(SensorType sensor)
           
 double SensorControllerImpl.getMaxValue(SensorType sensor)
           
 double SensorControllerImpl.getMinValue(SensorType sensor)
           
 boolean SensorControllerImpl.hasSensor(SensorType sensor)
           
 boolean SensorControllerImpl.sensorIsActive(SensorType sensor)
           
 

Method parameters in de.Android_Seminar.backend.impl with type arguments of type SensorType
 void SensorConfigurationImpl.setLastSampleRates(java.util.Map<SensorType,SampleRate> rates)
           
 void SensorConfigurationImpl.setLastUsedSensors(java.util.Set<SensorType> sensors)
           
 

Constructors in de.Android_Seminar.backend.impl with parameters of type SensorType
DataBuffer(int dataSetNumber, int dataSetLength, SensorType sensor)
           
SensorDataImpl(SensorType sensor, int length)
          standard constructor