merge with master
[platform/framework/native/uix.git] / inc / FUixSensor.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19 * @file         FUixSensor.h
20 * @brief    This is the header file for the %Sensor namespace.
21 *
22 * This header file contains the declarations and descriptions of the %Sensor namespace.
23 */
24
25 #ifndef _FUIX_SENSOR_H_
26 #define _FUIX_SENSOR_H_
27
28 #include <FUixSensorSensorData.h>
29 #include <FUixSensorAccelerationSensorData.h>
30 #include <FUixSensorMagneticSensorData.h>
31 #include <FUixSensorProximitySensorData.h>
32 #include <FUixSensorTiltSensorData.h>
33 #include <FUixSensorGyroSensorData.h>
34 #include <FUixSensorLightSensorData.h>
35 #include <FUixSensorGravitySensorData.h>
36 #include <FUixSensorUserAccelerationSensorData.h>
37 #include <FUixSensorDeviceOrientationSensorData.h>
38 #include <FUixSensorISensorEventListener.h>
39 #include <FUixSensorMotion.h>
40 #include <FUixSensorSensorManager.h>
41
42
43 /**
44  * @namespace    Tizen::Uix::Sensor
45  * @brief        This namespace contains %Sensor classes and %Tizen interfaces.
46  * @since        2.0
47  *
48  * @remarks    @b Header @b %file: @b \#include @b <FUix.h> @n
49  *             @b Library :  @b osp-uix
50  *
51  * The %Sensor namespace contains classes and interfaces for the %Sensor services, user control sensor and access data of each sensor.
52  *
53  *
54  * The following diagram illustrates the relationships between the classes belonging to the %Sensor namespace.
55  * @image html uix_sensor_namespace_classdiagram.png
56
57  */
58 namespace Tizen { namespace Uix { namespace Sensor
59 {
60
61 } } } // Tizen::Uix::Sensor
62
63 #endif // _FUIX_SENSOR_H_