Last change
on this file since 3675 was 3671, checked in by ansari, 16 years ago |
- Nettoyage complet des programmes d'acquisition
- Ajout methode BRPaquet::CopyFrom() pour reduction de paquet
- Introduction des classes BRParList , BRConfList , BRAcqConfig
- Introduction du nouveau programme acquisition mfacq.cc (MultiFibresAcq)
Reza, 13/11/2009
|
File size:
816 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"
|
---|
| 14 | #ifndef NOPCIECARD
|
---|
| 15 | #include "racquwbin.h"
|
---|
| 16 | #endif
|
---|
| 17 | #include "racquproc.h"
|
---|
| 18 | #include "brparam.h"
|
---|
| 19 |
|
---|
| 20 | #include "pciewrap.h"
|
---|
| 21 | #include "brpaqu.h"
|
---|
| 22 |
|
---|
| 23 | #include "resusage.h"
|
---|
| 24 | #include "ctimer.h"
|
---|
| 25 | #include "timing.h"
|
---|
| 26 |
|
---|
| 27 | #include "tarrinit.h"
|
---|
| 28 | #include "fiosinit.h"
|
---|
| 29 | #include "datacards.h"
|
---|
| 30 |
|
---|
| 31 | #include "bracqvers.h"
|
---|
| 32 |
|
---|
| 33 | /* -------------------------------------------------------- */
|
---|
| 34 | using namespace std;
|
---|
| 35 | using namespace SOPHYA;
|
---|
| 36 | // Fonctions appelees par le main
|
---|
| 37 | void Usage(bool fgshort=true);
|
---|
| 38 | int DecodeArgs(string Fibres);
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | int MultiFibreAcq();
|
---|
| 42 |
|
---|
| 43 | //------------------ Parametres de controle ----------------------------
|
---|
| 44 |
|
---|
| 45 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.