Man page - xpachanges(7)
Packages contas this manual
- xpaatexit(3)
- xpaconvert(7)
- xpaget(3)
- xpatemplate(7)
- xpaaccess(3)
- xpainet(7)
- xpacommon(7)
- xpamainloop(3)
- xpamethod(7)
- xpanslookup(3)
- xpacmdadd(3)
- xpacode(7)
- xpaenv(7)
- xpaclient(3)
- xpaname(7)
- xpaclose(3)
- xpaacl(7)
- xparace(3)
- xpacmddel(3)
- xpamacros(3)
- xpapoll(3)
- xpaset(3)
- xpaoom(7)
- xpasetfd(3)
- xpaintro(7)
- xpanew(3)
- xpaopen(3)
- xpa(7)
- xpaxt(7)
- xpafree(3)
- xpausers(7)
- xpachanges(7)
- xpainfo(3)
- xpaserver(3)
- xpacmdnew(3)
- xpainfonew(3)
- xpacleanup(3)
- xpagetfd(3)
Package: libxpa-dev
apt-get install libxpa-dev
apt-get install libxpa-dev
Manuals in package:
Documentations in package:
Manual
| xpachanges(7) | SAORD Documentation | xpachanges(7) |
NAME
XPAChanges - Changes For Users from XPA 1.0 and 2.0
SYNOPSIS
This document describes changes that will affect users who migrate from XPA 1.0 to XPA 2.0.
DESCRIPTION
There have been a few changes that affect users who upgrade XPA from version 1.0 to version 2.0. These changes are detailed below.
- XPA commands no longer have a resolver routine (this is open to
negotiations, but we decided the idea was dumb). For the SAOtng program,
this means that you must explicitly specify the access point, i.e.,:
cat foo.fits | xpaset SAOtng fitsinstead of:
cat foo.fits | xpaset SAOtng - By default, xpaset, xpaget, etc. now wait for the server callback to
complete; i.e., the old -W is implied (and the switch is ignored). This
allows support for better error handling. If you want xpaset, etc. to
return before the callback is complete, use -n switch:
echo "file foo.fits" | xpaset -n SAOtng - The old -w switch in xpaset and xpaget is no longer necessary (and is ignored), since you can have more than one process communicating with an xpa access point at one time.
- The new -p switch on xpaset means you need not read from stdout:
xpaset -p SAOtng colormap I8will send the paramlist to the SAOtng callback without reading from stdin.
SEE ALSO
See xpa(n) for a list of XPA help pages
| July 23, 2013 | version 2.1.15 |