00001 /* 00002 * ============================================================================ 00003 * Name : sensordatacompensationtypes.h 00004 * Part of : sensorservices / sensordatacompensator 00005 * Description : Sensor data compensation types definitions. 00006 * Version : %version: 2 % << Don't touch! Updated by Synergy at check-out. 00007 * 00008 * Copyright © 2008-2009 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 * Template version: 4.2 00018 */ 00019 00020 #ifndef SENSORDATACOMPENSATIONTYPES_H 00021 #define SENSORDATACOMPENSATIONTYPES_H 00022 00026 enum TSensorCompensationType 00027 { 00028 ESensorCompensateDeviceOrientation = 0, // Use device orientation in compensation 00029 ESensorCompensateUIOrientation, // Use UI orientation in compensation 00030 ESensorCompensateDeviceAndUIOrientation // Use both device and UI orientation in compensation 00031 }; 00032 00033 #endif // SENSORDATACOMPENSATIONTYPES