1 #ifndef __blip_LightSensorEvent_hpp 2 #define __blip_LightSensorEvent_hpp 36 #endif // __blip_LightSensorEvent_hpp virtual ~LightSensorEvent()
Destructor.
Definition: LightSensorEvent.cpp:17
float getValue(int index) const
Get a sensor value.
float getLightLevel() const
Get the ambient light level.
Definition: LightSensorEvent.hpp:26
An abstract base class for sensor events.
Definition: SensorEvent.hpp:20
WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
Definition: AccelerometerSensorEvent.cpp:3
A light sensor event, which measures ambient light level.
Definition: LightSensorEvent.hpp:14