source: Sophya/trunk/AddOn/TAcq/mfacq.h@ 3709

Last change on this file since 3709 was 3680, checked in by ansari, 16 years ago

Corrections apres compilation sur pc-bao2 sans le flag NOPCIECARD, Reza 16/11/2009

File size: 838 bytes
Line 
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"
14#ifndef NOPCIECARD
15#include "racquwbin.h"
16#include "dmamgrv6.h"
17#endif
18#include "racquproc.h"
19#include "brparam.h"
20
21#include "pciewrap.h"
22#include "brpaqu.h"
23
24#include "resusage.h"
25#include "ctimer.h"
26#include "timing.h"
27
28#include "tarrinit.h"
29#include "fiosinit.h"
30#include "datacards.h"
31
32#include "bracqvers.h"
33
34/* -------------------------------------------------------- */
35using namespace std;
36using namespace SOPHYA;
37// Fonctions appelees par le main
38void Usage(bool fgshort=true);
39int DecodeArgs(string Fibres);
40
41
42int MultiFibreAcq();
43
44//------------------ Parametres de controle ----------------------------
45
46#endif
Note: See TracBrowser for help on using the repository browser.