blip  0.1
RotationVectorSensorEvent.hpp
Go to the documentation of this file.
1 #ifndef __blip_RotationVectorSensorEvent_hpp
2 #define __blip_RotationVectorSensorEvent_hpp
3 
4 #include <blip/Blip.hpp>
5 #include <blip/SensorEvent.hpp>
6 
7 namespace blip {
8 
22 {
23  public:
24 
26  RotationVectorSensorEvent(time_ms_t eventTime, const float values[16],
27  Accuracy accuracy);
32 
33  private:
34 
35  CCXX_COPY_DECLS(RotationVectorSensorEvent);
36 };
37 
38 } // namespace blip
39 
40 #endif // __blip_RotationVectorSensorEvent_hpp
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
virtual ~RotationVectorSensorEvent()
Destructor.
Definition: RotationVectorSensorEvent.cpp:17
A rotation vector sensor event, which measures orientation in 3D space.
Definition: RotationVectorSensorEvent.hpp:21
Accuracy
Sensor accuracy ratings.
Definition: SensorEvent.hpp:13