Module System
Changes made in the current development cycle can be
found in the changelog.
Classes and global functions for system use
Synopsis
This module is a bag of related systems classes and
global functions.
The following functionality is available:
- Class
Aipsrc
to read the aipsrc general resource files.
- Class
AipsrcValue
to read values from the Aipssrc general resource files.
- Class
AipsrcVector
to read multiple values from the Aipssrc general resource files.
- Class
AppInfo
to hold general information for application.
- Class
Choice
to ask a user a choice.
- Class
ObjectID
to hold a unique identifier for distributed and other objects.
- Class
PGPlotter
to offer a standard plotting object for application programmers.
using
PGPlotterInterface as its abstract base class.
- Class
ProgressMeter
to offer visual indication of a tasks progress.
You may want to look at the individual header files
to see whether you might not prefer to include only the header
files you really need; it may be more efficient to do so.
- Aipsrc -- Class to read the aipsrc general resource files (full description)
- AipsrcValue -- Class to read values from the Aipsrc general resource files (full description)
- AipsrcValue_Bool -- Specialization of AipsrcValue for Bool (full description)
- AipsrcVector -- Read multiple values from the Aipsrc resource files (full description)
- AipsrcVector_Bool -- Specialization of AipsrcVector for Bool (full description)
- AipsrcVector_String -- Specialization of AipsrcVector for String (full description)
- AppInfo -- General information for applications. (full description)
- Choice -- Class to ask a user a choice (full description)
- ObjectID -- ObjectID: A unique identifier for distributed and other objects. (full description)
- PGPlotter -- Standard plotting object for application programmers. (full description)
- PGPlotterInterface -- Abstract base class for PGPLOT style plotting. (full description)
- ProgressMeter -- Visual indication of a tasks progress. (full description)