Optimization of template structure - Feature merge from devel/tizen branch 56/35356/3
authorAnkur <ankur29.garg@samsung.com>
Thu, 12 Feb 2015 12:27:12 +0000 (17:57 +0530)
committerAnkur <ankur29.garg@samsung.com>
Wed, 18 Feb 2015 05:48:45 +0000 (11:18 +0530)
commit734a5743ae8a434c661a90c72478678a5165a2e8
treec742e7f55cb6390e37d1f4a85ae8f11ca871849e
parent2486dd24c5d8bc0b249ed480e621e922ba04da8a
Optimization of template structure - Feature merge from devel/tizen branch

This is one of the four patches being submitted to merge the changes made to devel/tizen to tizen  branch.
This contains the feature where the template structure of the vector and matrix classes was changed.

Patch Set 3: Changes related to coding guidelines as per the comments

Build has been checked for armv7l and aarch64 for public repo.

Change-Id: Ia26d66b1ca351a22de92b858f6b60dbfee242d42
20 files changed:
src/sensor_fusion/euler_angles.cpp
src/sensor_fusion/euler_angles.h
src/sensor_fusion/matrix.cpp
src/sensor_fusion/matrix.h
src/sensor_fusion/orientation_filter.cpp
src/sensor_fusion/orientation_filter.h
src/sensor_fusion/quaternion.cpp
src/sensor_fusion/quaternion.h
src/sensor_fusion/rotation_matrix.cpp
src/sensor_fusion/rotation_matrix.h
src/sensor_fusion/sensor_data.cpp
src/sensor_fusion/sensor_data.h
src/sensor_fusion/test/test_projects/euler_angles_test/euler_angles_main.cpp
src/sensor_fusion/test/test_projects/matrix_test/matrix_main.cpp
src/sensor_fusion/test/test_projects/quaternion_test/quaternion_main.cpp
src/sensor_fusion/test/test_projects/rotation_matrix_test/rotation_matrix_main.cpp
src/sensor_fusion/test/test_projects/sensor_data_test/sensor_data_main.cpp
src/sensor_fusion/test/test_projects/vector_test/vector_main.cpp
src/sensor_fusion/vector.cpp
src/sensor_fusion/vector.h