The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ENVIROMENT_VERSION   0
#define ENVIROMENT_VERSION_NAME   V0.0.0
#define FEATURE_GET_INDIVIDUAL_WITH_ORIGINAL
#define FEATURE_CHECK_RUNNIG_OP_FOR_DELETE

Macro Definition Documentation

#define ENVIROMENT_VERSION   0

file name: version.h

Author:
Betti Oesterholz
Date:
26.02.2010 webma.nosp@m.ster.nosp@m.@BioK.nosp@m.om.i.nosp@m.nfo

System: C++

This file contains switches for the enviroment. Copyright (C) GPL3 2010 Betti Oesterholz

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 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This file contains the versionsinformation for the enviroment implementation. This includes descriptions of declarations for versioned programming switches.

Definition at line 42 of file version.h.

#define ENVIROMENT_VERSION_NAME   V0.0.0

Definition at line 43 of file version.h.

#define FEATURE_CHECK_RUNNIG_OP_FOR_DELETE

With this feature the deleteNotRunningOperations() method of the enviroment cEnviroment will check every secound all operations on the running list, if they still run. If an operation is found wich dosn't run anymore, it's status will be changed to not running.

See also:
cEnviroment::deleteNotRunningOperations()

created: 05.07.2010 Betti Oesterholz Status: tested

Definition at line 78 of file version.h.

#define FEATURE_GET_INDIVIDUAL_WITH_ORIGINAL

With this feature the getIndividual() method of the enviroment cEnviroment will return with a probability of 1/256 the original individual.

See also:
cEnviroment::getIndividual()

created: 05.07.2010 Betti Oesterholz Status: tested

Definition at line 63 of file version.h.