Changeset 3410 in Sophya
- Timestamp:
- Nov 26, 2007, 1:39:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/piapp.cc
r3371 r3410 39 39 \ingroup ProgPI 40 40 \file piapp.cc 41 \brief \b piapp: Starts the piapp interactive data analysis program.42 43 This interactive analysis program uses the SOPHYA libray, the PI GUI44 library. It has multiple execution threads and a c-shell inspired45 c ommand execution interpreter. See the piapp user manual for more46 information.41 \brief \b spiapp: Starts the piapp interactive data analysis program. 42 43 This interactive data analysis program uses the SOPHYA libray, 44 the PI GUI library. It has multiple execution threads and a 45 c-shell inspired command execution interpreter. 46 See the piapp user manual for more information. 47 47 The SOPHYA piapp executable is called \b spiapp. 48 48 … … 50 50 csh> spiapp -h 51 51 PIOPersist::Initialize() Starting Sophya Persistence management service 52 SOPHYA Version 2.0 Revision 0 (V_Sep2006) -- Oct 11 2006 18:24:58 cxx52 SOPHYA Version 2.1 Revision 0 (V_Nov2007) -- Nov 24 2007 13:08:58 cxx 53 53 54 54 piapp: Interactive data analysis and visualisation program 55 Usage: piapp [-nored] [- termread] [-term] [-hidezswin] [-small]56 [- nosig] [-nosigfpe] [-nosigsegv]55 Usage: piapp [-nored] [-doublered] [-termread] [-term] 56 [-hidezswin] [-small] [-nosig] [-nosigfpe] [-nosigsegv] 57 57 [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]] 58 58 -nored : Don't redirect stdout/stderr to piapp console … … 80 80 else { 81 81 cout << "\n piapp: Interactive data analysis and visualisation program \n" 82 << " Usage: piapp [-nored] [- termread] [-term] [-hidezswin] [-small] \n"83 << " [- nosig] [-nosigfpe] [-nosigsegv] \n"82 << " Usage: piapp [-nored] [-doublered] [-termread] [-term] \n" 83 << " [-hidezswin] [-small] [-nosig] [-nosigfpe] [-nosigsegv] \n" 84 84 << " [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]] \n" 85 85 << " -nored : Don't redirect stdout/stderr to piapp console\n"
Note:
See TracChangeset
for help on using the changeset viewer.