Add activity/gesture detectors as new sensor
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 26 Jul 2016 13:29:19 +0000 (22:29 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Tue, 23 Aug 2016 02:39:49 +0000 (11:39 +0900)
commit0c24c025b2603f585c52da4700e4c1b9d25ee7a8
tree83168191a38582e1cec01bf439ac14db55704d8e
parent688c082af3882329e2cc3a3e207c27f4812d5bb1
Add activity/gesture detectors as new sensor

Change-Id: If2451f4d07264bdddf604c9874daf49861432955
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
19 files changed:
Tizen.System.Sensor/Tizen.System.Sensor.csproj [changed mode: 0644->0755]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/FaceDownGestureDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/InVehicleActivityDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/PickUpGestureDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/RunningActivityDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/StationaryActivityDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/WalkingActivityDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/WristUpGestureDetectorDataUpdatedEventArgs.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/ActivityDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/FaceDownGestureDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/InVehicleActivityDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/Pedometer.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/PickUpGestureDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/RunningActivityDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/SleepMonitor.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/StationaryActivityDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WalkingActivityDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WristUpGestureDetector.cs [new file with mode: 0644]
Tizen.System.Sensor/Tizen.System.Sensor/SensorEnumerations.cs