00001 #ifndef ACSTIME_H 00002 #define ACSTIME_H 00003 /******************************************************************************* 00004 * ALMA - Atacama Large Millimiter Array 00005 * Copyright (c) European Southern Observatory, 2011 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public 00009 * License as published by the Free Software Foundation; either 00010 * version 2.1 of the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00020 * 00021 * "@(#) $Id: acstime.h,v 1.7 2011/10/28 15:12:04 hsommer Exp $" 00022 */ 00023 #ifndef __cplusplus 00024 #error This is a C++ include file and cannot be used from plain C 00025 #endif 00026 00031 #include <acstimeDevIOTime.h> 00032 #include <acstimeTimeUtil.h> 00033 #include <acstimeEpochHelper.h> 00034 #include <acstimeDurationHelper.h> 00035 #include <acstimeProfiler.h> 00036 #include "acstimeS.h" 00037 00038 // GCH: Commented out implementation include files. 00039 // They should not be used by clients. 00040 // #include <acstimeTimerImpl.h> 00041 // #include <acstimeClockImpl.h> 00043 #endif