casacore
Loading...
Searching...
No Matches
System.h
Go to the documentation of this file.
1//# System.h: System related classes.
2//# Copyright (C) 2005
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26
27#ifndef CASA_SYSTEM_H
28#define CASA_SYSTEM_H
29
30#include <casacore/casa/aips.h>
31
32#include <casacore/casa/System/Aipsrc.h>
33#include <casacore/casa/System/AipsrcValue.h>
34#include <casacore/casa/System/AipsrcVector.h>
35#include <casacore/casa/System/AppInfo.h>
36#include <casacore/casa/System/Choice.h>
37#include <casacore/casa/System/ObjectID.h>
38#include <casacore/casa/System/PGPlotter.h>
39#include <casacore/casa/System/PGPlotterInterface.h>
40#include <casacore/casa/System/ProgressMeter.h>
41
42namespace casacore { //# NAMESPACE CASACORE - BEGIN
43
44// <module>
45//
46// <summary> Classes and global functions for system use </summary>
47
48// <reviewed reviewer="" date="" demos="">
49// </reviewed>
50
51// <synopsis>
52//
53// This module is a bag of related systems classes and
54// global functions.
55//
56// The following functionality is available:
57// <ul>
58// <li> Class <linkto class=Aipsrc:description>
59// Aipsrc</linkto>
60// to read the aipsrc general resource files.
61// <li> Class <linkto class=AipsrcValue:description>
62// AipsrcValue</linkto>
63// to read values from the Aipssrc general resource files.
64// <li> Class <linkto class=AipsrcVector:description>
65// AipsrcVector</linkto>
66// to read multiple values from the Aipssrc general resource files.
67// <li> Class <linkto class=AppInfo:description>
68// AppInfo</linkto>
69// to hold general information for application.
70// <li> Class <linkto class=Choice:description>
71// Choice</linkto>
72// to ask a user a choice.
73// <li> Class <linkto class=ObjectID:description>
74// ObjectID</linkto>
75// to hold a unique identifier for distributed and other objects.
76// <li> Class <linkto class=PGPlotter:description>
77// PGPlotter</linkto>
78// to offer a standard plotting object for application programmers.
79// using <linkto class=PGPlotterInterface:description>
80// PGPlotterInterface</linkto> as its abstract base class.
81// <li> Class <linkto class=ProgressMeter:description>
82// ProgressMeter</linkto>
83// to offer visual indication of a tasks progress.
84// </ul>
85//
86// <note role=tip> You may want to look at the individual header files
87// to see whether you might not prefer to include only the header
88// files you really need; it may be more efficient to do so.
89// </note>
90//
91// </synopsis>
92
93//# <todo asof="2005/06/08">
94//# <li>
95//# </todo>
96
97// </module>
98
99
100} //# NAMESPACE CASACORE - END
101
102#endif
103
this file contains all the compiler specific defines
Definition mainpage.dox:28