GET library
GETSystemUtils.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GETSystemUtils.hh
3  *
4  * Header file for functions related to the GETSystem.
5  */
6 //======================================================================
7 
8 #ifndef GET_SYSTEM_UTILS_HH
9 #define GET_SYSTEM_UTILS_HH
10 
11 // includes from current library
12 #include "GETSystem.hh"
13 
14 //======================================================================
15 
16 // Write samples
17 extern int GETWriteSamples ( GETSystem & get, const string & filename, u_short info = GET::signalOut );
18 extern int GETWriteSamples ( GETSystem & get, FILE * fptr, u_short info = GET::signalOut );
19 
20 extern int GETReadSamples ( GETSystem & get, const string & filename, u_short info = GET::signalOut );
21 extern int GETReadSamples ( GETSystem & get, FILE * fptr, u_short info = GET::signalOut );
22 
23 //======================================================================
24 #endif
int GETReadSamples(GETSystem &get, const string &filename, u_short info)
Definition: GETSystemUtils.cpp:101
static const u_short signalOut
Output (experimental data) signal sample.
Definition: GETCommon.hh:110
int GETWriteSamples(GETSystem &get, const string &filename, u_short info)
Definition: GETSystemUtils.cpp:20
Definition: GETSystem.hh:147