Last change
on this file since 3888 was 3876, checked in by ansari, 15 years ago |
Ajout de la fonctionalite de calcul des visibilites (sur donnees firmware FFT uniquement) dans le programme d'acquisition mfacq.cc , Reza 09/09/2010
|
File size:
989 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 |
|
---|
[3876] | 25 | #include "brviscalc.h" // calcul de visibilites
|
---|
| 26 |
|
---|
[3671] | 27 | #include "resusage.h"
|
---|
| 28 | #include "ctimer.h"
|
---|
| 29 | #include "timing.h"
|
---|
| 30 |
|
---|
| 31 | #include "tarrinit.h"
|
---|
| 32 | #include "fiosinit.h"
|
---|
| 33 | #include "datacards.h"
|
---|
| 34 |
|
---|
| 35 | #include "bracqvers.h"
|
---|
| 36 |
|
---|
| 37 | /* -------------------------------------------------------- */
|
---|
| 38 | using namespace std;
|
---|
| 39 | using namespace SOPHYA;
|
---|
| 40 | // Fonctions appelees par le main
|
---|
| 41 | void Usage(bool fgshort=true);
|
---|
| 42 | int DecodeArgs(string Fibres);
|
---|
| 43 |
|
---|
| 44 |
|
---|
[3757] | 45 | int PCIEToEthernetTransfer();
|
---|
[3876] | 46 | int EthernetToMemoryAcq(bool fgviscal=false);
|
---|
[3671] | 47 | int MultiFibreAcq();
|
---|
| 48 |
|
---|
| 49 | //------------------ Parametres de controle ----------------------------
|
---|
| 50 |
|
---|
| 51 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.