Lumiera  0.pre.03
»edit your freedom«
limits.hpp
Go to the documentation of this file.
1 /*
2  LIMITS.hpp - hard wired safety limits
3 
4  Copyright (C)
5  2012, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 */
13 
14 
29 #ifndef LUMIERA_LIMITS_H
30 #define LUMIERA_LIMITS_H
31 
32 
33 #define LUMIERA_IDSTRING_MAX_RELEVANT 1000
34 #define LUMIERA_MAX_ORDINAL_NUMBER 1000
35 #define LUMIERA_MAX_COMPETITION 100
36 
37 #endif /*LUMIERA_LIMITS_H*/