Module System

Changes made in the current development cycle can be found in the changelog.

Description (classes)

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:

Tip 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.


Classes

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)