00001 //# System.h: System related classes. 00002 //# Copyright (C) 2005 00003 //# Associated Universities, Inc. Washington DC, USA. 00004 //# 00005 //# This library is free software; you can redistribute it and/or modify it 00006 //# under the terms of the GNU Library General Public License as published by 00007 //# the Free Software Foundation; either version 2 of the License, or (at your 00008 //# option) any later version. 00009 //# 00010 //# This library is distributed in the hope that it will be useful, but WITHOUT 00011 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00012 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00013 //# License for more details. 00014 //# 00015 //# You should have received a copy of the GNU Library General Public License 00016 //# along with this library; if not, write to the Free Software Foundation, 00017 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA. 00018 //# 00019 //# Correspondence concerning AIPS++ should be addressed as follows: 00020 //# Internet email: aips2-request@nrao.edu. 00021 //# Postal address: AIPS++ Project Office 00022 //# National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id$ 00027 00028 00029 #ifndef CASA_SYSTEM_H 00030 #define CASA_SYSTEM_H 00031 00032 #include <casacore/casa/aips.h> 00033 00034 #include <casacore/casa/System/Aipsrc.h> 00035 #include <casacore/casa/System/AipsrcValue.h> 00036 #include <casacore/casa/System/AipsrcVector.h> 00037 #include <casacore/casa/System/AppInfo.h> 00038 #include <casacore/casa/System/Choice.h> 00039 #include <casacore/casa/System/ObjectID.h> 00040 #include <casacore/casa/System/PGPlotter.h> 00041 #include <casacore/casa/System/PGPlotterInterface.h> 00042 #include <casacore/casa/System/ProgressMeter.h> 00043 00044 namespace casacore { //# NAMESPACE CASACORE - BEGIN 00045 00046 // <module> 00047 // 00048 // <summary> Classes and global functions for system use </summary> 00049 00050 // <reviewed reviewer="" date="" demos=""> 00051 // </reviewed> 00052 00053 // <synopsis> 00054 // 00055 // This module is a bag of related systems classes and 00056 // global functions. 00057 // 00058 // The following functionality is available: 00059 // <ul> 00060 // <li> Class <linkto class=Aipsrc:description> 00061 // Aipsrc</linkto> 00062 // to read the aipsrc general resource files. 00063 // <li> Class <linkto class=AipsrcValue:description> 00064 // AipsrcValue</linkto> 00065 // to read values from the Aipssrc general resource files. 00066 // <li> Class <linkto class=AipsrcVector:description> 00067 // AipsrcVector</linkto> 00068 // to read multiple values from the Aipssrc general resource files. 00069 // <li> Class <linkto class=AppInfo:description> 00070 // AppInfo</linkto> 00071 // to hold general information for application. 00072 // <li> Class <linkto class=Choice:description> 00073 // Choice</linkto> 00074 // to ask a user a choice. 00075 // <li> Class <linkto class=ObjectID:description> 00076 // ObjectID</linkto> 00077 // to hold a unique identifier for distributed and other objects. 00078 // <li> Class <linkto class=PGPlotter:description> 00079 // PGPlotter</linkto> 00080 // to offer a standard plotting object for application programmers. 00081 // using <linkto class=PGPlotterInterface:description> 00082 // PGPlotterInterface</linkto> as its abstract base class. 00083 // <li> Class <linkto class=ProgressMeter:description> 00084 // ProgressMeter</linkto> 00085 // to offer visual indication of a tasks progress. 00086 // </ul> 00087 // 00088 // <note role=tip> You may want to look at the individual header files 00089 // to see whether you might not prefer to include only the header 00090 // files you really need; it may be more efficient to do so. 00091 // </note> 00092 // 00093 // </synopsis> 00094 00095 //# <todo asof="2005/06/08"> 00096 //# <li> 00097 //# </todo> 00098 00099 // </module> 00100 00101 00102 } //# NAMESPACE CASACORE - END 00103 00104 #endif 00105