Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: avers Up: Code management Previous: au

Subsections



av

AIPS++ filename validation utility.

Synopsis

av filename1 [filename2,...]

Description

av validates an AIPS++ class implementation filename against those already in the system to ensure uniqueness in the first 15 characters. It consults a cache of AIPS++ pathnames maintained by other AIPS++ code management utilities (ai (p[*]), amv (p[*]), exhale (p[*])). Any matches found are printed on stdout.

Options

None.

Notes

Diagnostics

Status return values
0: success
1: initialization error
2: cache file not accessible

Examples

The command

   av BaseMappedArrayIter

would print the string

   aips/implement/Tables/BaseMappedArrayEngine

indicating that BaseMappedArrayIter would not be acceptable as a new file name because the first 15 characters conflict with BaseMappedArrayEngine.

Files

$MSTRETCD/av_cache.gz
...pathname cache.

See also

The GNU manual page for gzip(1).
AIPS++ variable names (§1.2).
ai (p[*]), AIPS++ code checkin utility.
amv (p[*]), AIPS++ code rename utility.
exhale (p[*]), AIPS++ code export utility.

Author

Original: 1994/11/11 by Mark Calabretta, ATNF.


next up previous contents index
Next: avers Up: Code management Previous: au   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15