| 
            Last change
 on this file since 3875 was             3757, checked in by ansari, 16 years ago           | 
        
        
          | 
             
Ajout classes de transfert DMA vers Ethernet et lecture ethernet, Reza 29/04/2010 
 
           | 
        
        
          | 
            File size:
            918 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3671] | 1 | #ifndef MFACQ_H
 | 
|---|
 | 2 | #define MFACQ_H
 | 
|---|
 | 3 | #include <signal.h>
 | 
|---|
 | 4 | #include <iostream>
 | 
|---|
 | 5 | #include <stdlib.h>
 | 
|---|
 | 6 | #include <string.h>
 | 
|---|
 | 7 | #include <typeinfo>
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | #include <string>
 | 
|---|
 | 10 | #include <vector>
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | #include "racqumem.h"
 | 
|---|
 | 13 | #include "racqurw.h" 
 | 
|---|
| [3757] | 14 | #include "racqueth.h" 
 | 
|---|
| [3671] | 15 | #ifndef NOPCIECARD
 | 
|---|
 | 16 | #include "racquwbin.h"
 | 
|---|
| [3680] | 17 | #include "dmamgrv6.h"
 | 
|---|
| [3671] | 18 | #endif
 | 
|---|
 | 19 | #include "racquproc.h"
 | 
|---|
 | 20 | #include "brparam.h"
 | 
|---|
 | 21 | 
 | 
|---|
 | 22 | #include "pciewrap.h"
 | 
|---|
 | 23 | #include "brpaqu.h"
 | 
|---|
 | 24 | 
 | 
|---|
 | 25 | #include "resusage.h"
 | 
|---|
 | 26 | #include "ctimer.h"
 | 
|---|
 | 27 | #include "timing.h"
 | 
|---|
 | 28 | 
 | 
|---|
 | 29 | #include "tarrinit.h"
 | 
|---|
 | 30 | #include "fiosinit.h"
 | 
|---|
 | 31 | #include "datacards.h"
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | #include "bracqvers.h"
 | 
|---|
 | 34 | 
 | 
|---|
 | 35 | /* -------------------------------------------------------- */
 | 
|---|
 | 36 | using namespace std;
 | 
|---|
 | 37 | using namespace SOPHYA;
 | 
|---|
 | 38 | // Fonctions appelees par le main 
 | 
|---|
 | 39 | void Usage(bool fgshort=true);
 | 
|---|
 | 40 | int DecodeArgs(string Fibres);
 | 
|---|
 | 41 | 
 | 
|---|
 | 42 | 
 | 
|---|
| [3757] | 43 | int PCIEToEthernetTransfer();
 | 
|---|
 | 44 | int EthernetToMemoryAcq();
 | 
|---|
| [3671] | 45 | int MultiFibreAcq();
 | 
|---|
 | 46 | 
 | 
|---|
 | 47 | //------------------ Parametres de controle ----------------------------
 | 
|---|
 | 48 | 
 | 
|---|
 | 49 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.