307d037cd7493b5e849403db69263aea810841e7
[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 <FUixSensorISensorEventListener.h>
36 #include <FUixSensorMotion.h>
37 #include <FUixSensorSensorManager.h>
38
39
40 /**
41  * @namespace    Tizen::Uix::Sensor
42  * @brief        This namespace contains %Sensor classes and %Tizen interfaces.
43  * @since        2.0
44  *
45  * @remarks    @b Header @b %file: @b \#include @b <FUix.h> @n
46  *             @b Library :  @b osp-uix
47  *
48  * The %Sensor namespace contains classes and interfaces for the %Sensor services, user control sensor and access data of each sensor.
49  *
50  *
51  * The following diagram illustrates the relationships between the classes belonging to the %Sensor namespace.
52  * @image html uix_sensor_namespace_classdiagram.png
53
54  */
55 namespace Tizen { namespace Uix { namespace Sensor
56 {
57
58 } } } // Tizen::Uix::Sensor
59
60 #endif // _FUIX_SENSOR_H_