GET library
|
#include "GETSystem.hh"
Go to the source code of this file.
Functions | |
int | GETReadSamples (GETSystem &get, const string &filename, u_short info=GET::signalOut) |
int | GETReadSamples (GETSystem &get, FILE *fptr, u_short info=GET::signalOut) |
int | GETWriteSamples (GETSystem &get, const string &filename, u_short info=GET::signalOut) |
int | GETWriteSamples (GETSystem &get, FILE *fptr, u_short info=GET::signalOut) |
Header file for functions related to the GETSystem.
int GETReadSamples | ( | GETSystem & | get, |
const string & | filename, | ||
u_short | info | ||
) |
Read the samples of all channels from a file. The function returns 0 if no error occured.
get | GET system object |
filename | name of the file |
info | samples to be saved: GET::signalOut (default) GET::signalTst or GET::signalRec |
References GETReadSamples().
Referenced by GETReadSamples().
int GETReadSamples | ( | GETSystem & | get, |
FILE * | fptr, | ||
u_short | info | ||
) |
Read the samples of all channels from a file. The function returns 0 if no error occured.
get | GET system object |
fptr | file pointer |
info | samples to be saved: GET::signalOut (default) GET::signalTst or GET::signalRec |
References GET::signalRec, and GET::signalTst.
int GETWriteSamples | ( | GETSystem & | get, |
const string & | filename, | ||
u_short | info | ||
) |
Write the samples of all channels in a file. The function returns 0 if no error occured.
get | GET system object |
filename | name of the file |
info | samples to be saved: GET::signalOut (default) GET::signalTst or GET::signalRec |
References GETWriteSamples().
Referenced by GETWriteSamples().
int GETWriteSamples | ( | GETSystem & | get, |
FILE * | fptr, | ||
u_short | info | ||
) |
Write the samples of all channels in a file. The function returns 0 if no error occured.
get | GET system object |
fptr | file pointer |
info | samples to be saved: GET::signalOut (default) GET::signalTst or GET::signalRec |
References GET::signalRec, and GET::signalTst.