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)
commitc80e63a7dc82353a6ea6a4f920eedf4a3b8a0c31
treec97ab85f9d99ac3e7e567441c820972b23374b54
parentc1d7674e7148866a6ba3e1cfbfc485014995e5f8
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