Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/System_8h_source.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 19:47:23 2011 Кодировка: |
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: System.h 20551 2009-03-25 00:11:33Z Malte.Marquarding $ 00027 00028 00029 #ifndef CASA_SYSTEM_H 00030 #define CASA_SYSTEM_H 00031 00032 #include <casa/System/Aipsrc.h> 00033 #include <casa/System/AipsrcValue.h> 00034 #include <casa/System/AipsrcVector.h> 00035 #include <casa/System/AppInfo.h> 00036 #include <casa/System/Choice.h> 00037 #include <casa/System/ObjectID.h> 00038 #include <casa/System/PGPlotter.h> 00039 #include <casa/System/PGPlotterInterface.h> 00040 #include <casa/System/ProgressMeter.h> 00041 00042 namespace casa { //# NAMESPACE CASA - BEGIN 00043 00044 // <module> 00045 // 00046 // <summary> Classes and global functions for system use </summary> 00047 00048 // <reviewed reviewer="" date="" demos=""> 00049 // </reviewed> 00050 00051 // <synopsis> 00052 // 00053 // This module is a bag of related systems classes and 00054 // global functions. 00055 // 00056 // The following functionality is available: 00057 // <ul> 00058 // <li> Class <linkto class=Aipsrc:description> 00059 // Aipsrc</linkto> 00060 // to read the aipsrc general resource files. 00061 // <li> Class <linkto class=AipsrcValue:description> 00062 // AipsrcValue</linkto> 00063 // to read values from the Aipssrc general resource files. 00064 // <li> Class <linkto class=AipsrcVector:description> 00065 // AipsrcVector</linkto> 00066 // to read multiple values from the Aipssrc general resource files. 00067 // <li> Class <linkto class=AppInfo:description> 00068 // AppInfo</linkto> 00069 // to hold general information for application. 00070 // <li> Class <linkto class=Choice:description> 00071 // Choice</linkto> 00072 // to ask a user a choice. 00073 // <li> Class <linkto class=ObjectID:description> 00074 // ObjectID</linkto> 00075 // to hold a unique identifier for distributed and other objects. 00076 // <li> Class <linkto class=PGPlotter:description> 00077 // PGPlotter</linkto> 00078 // to offer a standard plotting object for application programmers. 00079 // using <linkto class=PGPlotterInterface:description> 00080 // PGPlotterInterface</linkto> as its abstract base class. 00081 // <li> Class <linkto class=ProgressMeter:description> 00082 // ProgressMeter</linkto> 00083 // to offer visual indication of a tasks progress. 00084 // </ul> 00085 // 00086 // <note role=tip> You may want to look at the individual header files 00087 // to see whether you might not prefer to include only the header 00088 // files you really need; it may be more efficient to do so. 00089 // </note> 00090 // 00091 // </synopsis> 00092 00093 //# <todo asof="2005/06/08"> 00094 //# <li> 00095 //# </todo> 00096 00097 // </module> 00098 00099 00100 } //# NAMESPACE CASA - END 00101 00102 #endif 00103