Implementing SF orientation_sensor using software sensor fusion 73/26573/5
authorRamasamy <ram.kannan@samsung.com>
Tue, 26 Aug 2014 10:56:17 +0000 (16:26 +0530)
committerRamasamy Kannan <ram.kannan@samsung.com>
Mon, 22 Sep 2014 03:49:31 +0000 (20:49 -0700)
commitf9b7bb202233eea317c0ea576b37d9c898207211
tree9f11fe4a70cd21a4bfeb3d18e901cf63fd9b3e49
parent4bfa1cfcb2d79e5a08590bdc1d5a94100ce2805e
Implementing SF orientation_sensor using software sensor fusion

 - Adding orientation_sensor code using software sensor fusion to
   sensor framework
 - Adding CMakelist file for orientation_sensor
 - Currently code is not added as part of the default build for
   sensord as this has to be tested and debugged once magnetometer
   plugin code is merged

signed-off-by: Ramasamy <ram.kannan@samsung.com>
Change-Id: I89aaf1346674e62130329a5965ba3158fffbd74a
src/orientation/CMakeLists.txt [new file with mode: 0755]
src/orientation/orientation_sensor.cpp [new file with mode: 0755]
src/orientation/orientation_sensor.h [new file with mode: 0755]