Last change
on this file since 350 was 350, checked in by ansari, 26 years ago |
Gestion TRANGE, MJD0, PERECH....
|
File size:
581 bytes
|
Line | |
---|
1 | // toisvr.h
|
---|
2 | // Eric Aubourg CEA/DAPNIA/SPP juillet 1999
|
---|
3 |
|
---|
4 |
|
---|
5 | #ifndef TOISVR_H
|
---|
6 | #define TOISVR_H
|
---|
7 |
|
---|
8 | #include "toiiter.h"
|
---|
9 |
|
---|
10 | class TOISvr {
|
---|
11 | public:
|
---|
12 | TOISvr();
|
---|
13 |
|
---|
14 | void SetDirectory(string);
|
---|
15 | void AddFile(string);
|
---|
16 | void OnBoardRecorderFiles(bool);
|
---|
17 | void SetMJD0(double);
|
---|
18 | void SetPerEch(double);
|
---|
19 |
|
---|
20 | void SetTimeInterval(double tStart, double tEnd);
|
---|
21 |
|
---|
22 | void AddInfo(TOIKind kind, int index, bool triggering=true, bool interp=false);
|
---|
23 | void AddInfo(TOIKind kind, bool triggering=true, bool interp=false);
|
---|
24 |
|
---|
25 | TOIIter DoQuery();
|
---|
26 |
|
---|
27 |
|
---|
28 | protected:
|
---|
29 | TOIIter iter;
|
---|
30 | };
|
---|
31 |
|
---|
32 |
|
---|
33 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.