include/alp/device_dt_common.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003  *****************************************************************************/
00004 
00005 #ifndef DEVICE_DT_H_
00006 #define DEVICE_DT_H_
00007 
00008 #define         EVENT_TYPE_ALLDAY                               "AllDay"
00009 #define         EVENT_TYPE_UNTIMED                              "UnTimed"
00010 #define         EVENT_TYPE_TIMED                                "Timed"
00011 #define         TZ_STRING_USED_IN_CONVERSIONS   "GMT"
00012 #define         TIMEZONE_STRING_NONE                    "None"
00013 
00014 enum alarmUnit{ alarmUnitsUnknown=-1, alarmUnitsDays, alarmUnitsHours, alarmUnitsMinutes };
00015 
00016 #endif

Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.