Qtc.Classes.Sensors

Documentation

class Qbackend a b where #

Methods

backend :: a -> b -> IO (QSensorBackend ()) #

class QcalibrationLevel a b where #

Methods

calibrationLevel :: a -> b -> IO Double #

class QcreateBackend a b c | a -> c where #

Methods

createBackend :: a -> b -> c #

class QgestureSignals a b where #

Methods

gestureSignals :: a -> b -> IO [String] #

class QisFeatureSupported a b where #

Methods

isFeatureSupported :: a -> b -> IO Bool #

class Qreading a b c | a -> c where #

Methods

reading :: a -> b -> c #

class QsetCalibrationLevel a b where #

Methods

setCalibrationLevel :: a -> b -> IO () #

class QsetSensor a b where #

Methods

setSensor :: a -> b -> IO () #

class QsetTemperature a b where #

Methods

setTemperature :: a -> b -> IO () #

class Qtemperature a b where #

Methods

temperature :: a -> b -> IO Double #