|
GET library
|
#include "GETSystemUtils.hh"Functions | |
| int | GETReadSamples (GETSystem &get, const string &filename, u_short info) |
| int | GETReadSamples (GETSystem &get, FILE *fptr, u_short info) |
| int | GETWriteSamples (GETSystem &get, const string &filename, u_short info) |
| int | GETWriteSamples (GETSystem &get, FILE *fptr, u_short info) |
Source 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.