source: Sophya/trunk/Poubelle/archTOI.old/toisvr.h@ 342

Last change on this file since 342 was 342, checked in by ansari, 26 years ago

archtoi 2 aout 99

File size: 511 bytes
Line 
1#ifndef TOISVR_H
2#define TOISVR_H
3
4#include "toiiter.h"
5
6class TOISvr {
7public:
8 TOISvr();
9
10 void SetDirectory(string);
11 void SetFile(string);
12 void AddFile(string);
13 void OnBoardRecorderFiles(bool);
14 void SetMJD0(double);
15
16 void SetTimeInterval(double tStart, double tEnd);
17
18 void AddInfo(TOIKind kind, int index, bool triggering=true, bool interp=false);
19 void AddInfo(TOIKind kind, bool triggering=true, bool interp=false);
20
21 TOIIter DoQuery();
22
23
24protected:
25 TOIIter iter;
26};
27
28
29#endif
Note: See TracBrowser for help on using the repository browser.