Ignore:
Timestamp:
Feb 9, 2013, 12:03:49 PM (11 years ago)
Author:
lemeur
Message:

introduction softwareTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/softwareParmela.h

    r313 r316  
    99 protected :
    1010
     11  //    les elements de parmela sont indexes à partir du premier, il faut
     12  // donc prevoir un offset pour le raccord a pspa
     13  unsigned offsetNumElem_;
     14
     15
    1116  softwareParmela();
    1217
     
    1621
    1722 public :
    18   softwareParmela(globalParameters* globals, dataManager* beamLine);
     23  softwareParmela(string inputFileName, globalParameters* globals, dataManager* beamLine);
    1924
    2025  virtual ~softwareParmela() {;}
    2126
    2227
    23   virtual bool createInputFile(string inputFileName, particleBeam* beamBefore, unsigned int numeroDeb, unsigned int numeroFin, string workingDir);
     28  virtual bool createInputFile(particleBeam* beamBefore, unsigned int numeroDeb, unsigned int numeroFin, string workingDir);
    2429
    25   virtual bool  execute(string inputFileName,unsigned int numeroDeb,unsigned int numeroFin,string workingDir);
     30  virtual bool  execute(unsigned int numeroDeb,unsigned int numeroFin,string workingDir);
    2631
    2732
Note: See TracChangeset for help on using the changeset viewer.