Changeset 1437 in Sophya for trunk/ArchTOIPipe/TestPipes


Ignore:
Timestamp:
Mar 12, 2001, 7:00:28 PM (25 years ago)
Author:
ansari
Message:

Protections diverses dans TOIProcessor et FITSTOIReader/Writer
Ajout d'un TOI (TOISeqBuffered) avec gestion d'un buffer entre put/get
Ajout de processeurs de test (RZTOIProc...) , programme test associe
et SMakefile (pour compil avec SOPHYA)

Reza 12/3/2001

Location:
trunk/ArchTOIPipe/TestPipes
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/fits2asc.cc

    r1368 r1437  
    55#include "asciitoiwtr.h"
    66
    7 void main(int argc, char** argv) {
     7int main(int argc, char** argv) {
    88  TOIManager* mgr = TOIManager::getManager();
    99  //  mgr->setRequestedSample(11680920,11710584);
     
    2626
    2727  mgr->joinAll();
     28
     29  return(0);
    2830}
  • trunk/ArchTOIPipe/TestPipes/tsttoi.cc

    r1365 r1437  
    3333  cout << "joining" << endl;
    3434  mgr->joinAll();
     35  return(0);
    3536}
  • trunk/ArchTOIPipe/TestPipes/tsttoi2.cc

    r1370 r1437  
    66#include "toimanager.h"
    77
    8 void main(int argc, char** argv) {
     8int main(int argc, char** argv) {
    99  cout << "tsttoi starting" << endl;
    1010  TOIManager* mgr = TOIManager::getManager();
     
    2323
    2424  mgr->joinAll();
     25
     26  return(0);
    2527}
Note: See TracChangeset for help on using the changeset viewer.