Télécharger la liste

Description du projet

SetiContainer is a C++ class that allows convenient access to all the information in the state files of a SETI@home client. It periodically examines these files and updates its own data members accordingly. Other programs can use this class to extract information about the progress of the client, the found signals, or the work unit being processed. Additional functions offer more advanced info (like the amount of TeraFlops in a work unit, estimated time of completion, etc.). The SetiContainer class is based on the Qt toolkit, and extensively uses Qt's Signal/Slot technique.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-02-04 09:09
0.5

Dans cette version, un bug a été corrigé qui empêchait la commutation aux «Terminé» quand l'état de suivi des clients pour lesquels il n'existe pas de processus d'identification valide. Plus détaillée documentation de l'API a été ajoutée, grâce à un interrupteur à doxygen comme outil de documentation.
Tags: Minor bugfixes
In this release, a bug was fixed that prevented the switch to the "Finished" state when monitoring clients for which there is no valid process ID. More detailed API documentation was added, thanks to a switch to doxygen as documentation tool.

2001-06-13 17:11
0.4

D'autres améliorations à la détection de l'état du client, et à l'opérabilité avec les partages réseau ont été faites. L'accès au disque dur a été réduite par la mise en cache le numéro de version et l'ID processus. Deux nouvelles méthodes pour la conversion des paramètres ciel poste à une chaîne de caractères ont été ajoutés. Des modifications mineures à l'API et les structures internes.
Tags: Minor feature enhancements
More improvements to the detection of the client's state, and to the operability with network shares have been made. Access to the hard disk has been reduced by caching version number and process id. Two new methods for the conversion of sky position parameters to a string have been added. Minor changes to the API and the internal structures.

2001-02-26 07:37
0.3

Corrections de quelques problèmes avec rapport sur l'état des clients sur des ordinateurs distants, mise à jour des formules pour le calcul TeraFlops, et des modifications mineures à l'API.
Tags: Minor bugfixes
Fixes for some problems with reporting the status of clients on remote computers, updated formulas for the TeraFlops calculation, and minor changes to the API.

2001-01-30 15:13
0.2

L'émission de signaux de Qt a été rendue facultative. Les correctifs ont été prises concernant les situations où le stateChanged () signal a été émis trop souvent. Détection de l'état du client a été amélioré, et un ajustement mineur a été apporté au calcul TeraFlops.
The emission of Qt signals was made optional. Fixes were made for situations where the stateChanged() signal was emitted too often. Detection of the client's state was improved, and a minor adjustment was made to the TeraFlops calculation.

2001-01-30 15:13
0.1

Première version publique.
First public release.

Project Resources