setidefs.h File Reference
Definitions of SETI@home-related structures. More...
#include <qstring.h>
#include <qstringlist.h>
Include dependency graph for setidefs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| struct | SpikeScore |
| This structure stores all relevant data of a spike. More... | |
| struct | GaussianScore |
| This structure stores all relevant data of a gaussian signal. More... | |
| struct | PulseScore |
| This structure stores all relevant data of a pulse. More... | |
| struct | TripletScore |
| This structure stores all relevant data of a triplet. More... | |
| struct | WUScore |
| The WUScore structure collects all spike, gaussian, pulse, and triplet data of a work unit. More... | |
| struct | StateFileData |
The StateFileData structure contains all information that can be found in the state.sah file. More... | |
| struct | UserInfoData |
| The UserInfoData structure contains all user data. More... | |
| struct | WorkUnitData |
| This structure holds all work-unit-related data. More... | |
Detailed Description
Definitions of SETI@home-related structures.
version : 0.5pre - 2002.01.20
begin : Thu May 31 2001
copyright : © 2001,2002 by Gordon Machel
email : gmachel@users.sourceforge.net
This file contains the definitions of several structures collecting all the information which can be retrieved from the SETI@home state (sah) files. In particular, there are structures for the different types of signals (SpikeScore, GaussianScore, PulseScore, TripletScore), and for the user and work unit data (UserInfoData and WorkUnitData, respectively).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Definition in file setidefs.h.

