e2f484caa4ed10b601b25b67426daae7e7464ed0
[alexxy/gromacs.git] / include / names.h
1 /*
2  * 
3  *                This source code is part of
4  * 
5  *                 G   R   O   M   A   C   S
6  * 
7  *          GROningen MAchine for Chemical Simulations
8  * 
9  *                        VERSION 3.2.0
10  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
11  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
12  * Copyright (c) 2001-2004, The GROMACS development team,
13  * check out http://www.gromacs.org for more information.
14
15  * This program is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU General Public License
17  * as published by the Free Software Foundation; either version 2
18  * of the License, or (at your option) any later version.
19  * 
20  * If you want to redistribute modifications, please consider that
21  * scientific software is very special. Version control is crucial -
22  * bugs must be traceable. We will be happy to consider code for
23  * inclusion in the official distribution, but derived work must not
24  * be called official GROMACS. Details are found in the README & COPYING
25  * files - if they are missing, get the official version at www.gromacs.org.
26  * 
27  * To help us fund GROMACS development, we humbly ask that you cite
28  * the papers on the package - you can find them in the top README file.
29  * 
30  * For more info, check our website at http://www.gromacs.org
31  * 
32  * And Hey:
33  * Gromacs Runs On Most of All Computer Systems
34  */
35
36 #ifndef _names_h
37 #define _names_h
38
39 #include "visibility.h"
40 #include "typedefs.h"
41
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45
46 /* All string arrays are NULL terminated, and therefore have an
47  * extra argument (the +1)
48  * these should correspond to names.c and include/types/enums.h
49  */
50 GMX_LIBGMX_EXPORT
51 extern const char *epbc_names[epbcNR+1];
52 GMX_LIBGMX_EXPORT
53 extern const char *etcoupl_names[etcNR+1];
54 GMX_LIBGMX_EXPORT
55 extern const char *epcoupl_names[epcNR+1];
56 GMX_LIBGMX_EXPORT
57 extern const char *epcoupltype_names[epctNR+1];
58 GMX_LIBGMX_EXPORT
59 extern const char *erefscaling_names[erscNR+1];
60 GMX_LIBGMX_EXPORT
61 extern const char *ecutscheme_names[ecutsNR+1];
62 GMX_LIBGMX_EXPORT
63 extern const char *ens_names[ensNR+1];
64 GMX_LIBGMX_EXPORT
65 extern const char *ei_names[eiNR+1];
66 GMX_LIBGMX_EXPORT
67 extern const char *yesno_names[BOOL_NR+1];
68 GMX_LIBGMX_EXPORT
69 extern const char *bool_names[BOOL_NR+1];
70 GMX_LIBGMX_EXPORT
71 extern const char *eintmod_names[eintmodNR+1];
72 GMX_LIBGMX_EXPORT
73 extern const char *eel_names[eelNR+1];
74 GMX_LIBGMX_EXPORT
75 extern const char *eewg_names[eewgNR+1];
76 GMX_LIBGMX_EXPORT
77 extern const char *evdw_names[evdwNR+1];
78 GMX_LIBGMX_EXPORT
79 extern const char *econstr_names[econtNR+1];
80 GMX_LIBGMX_EXPORT
81 extern const char *ptype_str[eptNR+1];
82 GMX_LIBGMX_EXPORT
83 extern const char *egrp_nm[egNR+1];
84 GMX_LIBGMX_EXPORT
85 extern const char *edisre_names[edrNR+1];
86 GMX_LIBGMX_EXPORT
87 extern const char *edisreweighting_names[edrwNR+1];
88 GMX_LIBGMX_EXPORT
89 extern const char *enbf_names[eNBF_NR+1];
90 GMX_LIBGMX_EXPORT
91 extern const char *ecomb_names[eCOMB_NR+1];
92 GMX_LIBGMX_EXPORT
93 extern const char *gtypes[egcNR+1];
94 GMX_LIBGMX_EXPORT
95 extern const char *esimtemp_names[esimtempNR+1];
96 GMX_LIBGMX_EXPORT
97 extern const char *efep_names[efepNR+1];
98 GMX_LIBGMX_EXPORT
99 extern const char *efpt_names[efptNR+1];
100 GMX_LIBGMX_EXPORT
101 extern const char *elamstats_names[elamstatsNR+1];
102 GMX_LIBGMX_EXPORT
103 extern const char *elmcmove_names[elmcmoveNR+1];
104 GMX_LIBGMX_EXPORT
105 extern const char *elmceq_names[elmceqNR+1];
106 GMX_LIBGMX_EXPORT
107 extern const char *separate_dhdl_file_names[esepdhdlfileNR+1];
108 GMX_LIBGMX_EXPORT
109 extern const char *dhdl_derivatives_names[edhdlderivativesNR+1];
110 GMX_LIBGMX_EXPORT
111 extern const char *esol_names[esolNR+1];
112 GMX_LIBGMX_EXPORT
113 extern const char *edispc_names[edispcNR+1];
114 GMX_LIBGMX_EXPORT
115 extern const char *ecm_names[ecmNR+1];
116 GMX_LIBGMX_EXPORT
117 extern const char *eann_names[eannNR+1];
118 GMX_LIBGMX_EXPORT
119 extern const char *egb_names[egbNR+1];
120 GMX_LIBGMX_EXPORT
121 extern const char *eis_names[eisNR+1];
122 GMX_LIBGMX_EXPORT
123 extern const char *esa_names[esaNR+1];
124 GMX_LIBGMX_EXPORT
125 extern const char *ewt_names[ewtNR+1];
126 GMX_LIBGMX_EXPORT
127 extern const char *epull_names[epullNR+1];
128 GMX_LIBGMX_EXPORT
129 extern const char *epullg_names[epullgNR+1];
130 GMX_LIBGMX_EXPORT
131 extern const char *erotg_names[erotgNR+1];
132 extern const char *erotg_originnames[erotgNR+1];
133 GMX_LIBGMX_EXPORT
134 extern const char *erotg_fitnames[erotgFitNR+1];
135 GMX_LIBGMX_EXPORT
136 extern const char *eQMmethod_names[eQMmethodNR+1];
137 GMX_LIBGMX_EXPORT
138 extern const char *eQMbasis_names[eQMbasisNR+1];
139 GMX_LIBGMX_EXPORT
140 extern const char *eQMMMscheme_names[eQMMMschemeNR+1];
141 extern const char *eMultentOpt_names[eMultentOptNR+1];
142 GMX_LIBGMX_EXPORT
143 extern const char *eAdresstype_names[eAdressNR+1];
144 GMX_LIBGMX_EXPORT
145 extern const char *eAdressICtype_names[eAdressICNR+1];
146 GMX_LIBGMX_EXPORT
147 extern const char *eAdressSITEtype_names[eAdressSITENR+1];
148 GMX_LIBGMX_EXPORT
149 extern const char *gmx_nblist_geometry_names[GMX_NBLIST_GEOMETRY_NR+1];
150 extern const char *gmx_nbkernel_elec_names[GMX_NBKERNEL_ELEC_NR+1];
151 extern const char *gmx_nbkernel_vdw_names[GMX_NBKERNEL_VDW_NR+1];
152
153 #define UNDEFINED               "UNDEFINED"
154 #define ENUM_NAME(e,max,names)  ((((e)<0)||((e)>=(max)))?UNDEFINED:(names)[e])
155
156 #define EBOOL(e)       ENUM_NAME(e,BOOL_NR,bool_names)
157 #define ECUTSCHEME(e)  ENUM_NAME(e,ecutsNR,ecutscheme_names)
158 #define ENS(e)         ENUM_NAME(e,ensNR,ens_names)
159 #define EI(e)          ENUM_NAME(e,eiNR,ei_names)
160 #define EPBC(e)        ENUM_NAME(e,epbcNR,epbc_names)
161 #define ETCOUPLTYPE(e) ENUM_NAME(e,etcNR,etcoupl_names)
162 #define EPCOUPLTYPE(e) ENUM_NAME(e,epcNR,epcoupl_names)
163 #define EPCOUPLTYPETYPE(e) ENUM_NAME(e,epctNR,epcoupltype_names)
164 #define EREFSCALINGTYPE(e) ENUM_NAME(e,erscNR,erefscaling_names)
165 #define EBLOCKS(e)     ENUM_NAME(e,ebNR,eblock_names)
166 #define EPARAM(e)      ENUM_NAME(e,epNR,eparam_names)
167 #define INTMODIFIER(e) ENUM_NAME(e,eintmodNR,eintmod_names)
168 #define EELTYPE(e)     ENUM_NAME(e,eelNR,eel_names)
169 #define EVDWTYPE(e)    ENUM_NAME(e,evdwNR,evdw_names)
170 #define ECONSTRTYPE(e) ENUM_NAME(e,econtNR,econstr_names)
171 #define EDISRETYPE(e)  ENUM_NAME(e,edrNR,edisre_names)
172 #define EDISREWEIGHTING(e)  ENUM_NAME(e,edrwNR,edisreweighting_names)
173 #define ENBFNAME(e)    ENUM_NAME(e,eNBF_NR,enbf_names)
174 #define ECOMBNAME(e)   ENUM_NAME(e,eCOMB_NR,ecomb_names)
175 #define ESIMTEMP(e)    ENUM_NAME(e,esimtempNR,esimtemp_names)
176 #define EFEPTYPE(e)    ENUM_NAME(e,efepNR,efep_names)
177 #define SEPDHDLFILETYPE(e) ENUM_NAME(e,esepdhdlfileNR,separate_dhdl_file_names)
178 #define DHDLDERIVATIVESTYPE(e) ENUM_NAME(e,edhdlderivativesNR,dhdl_derivatives_names)
179 #define ESOLTYPE(e)    ENUM_NAME(e,esolNR,esol_names)
180 #define ENLISTTYPE(e)  ENUM_NAME(e,enlistNR,enlist_names)
181 #define EDISPCORR(e)   ENUM_NAME(e,edispcNR,edispc_names)
182 #define ECOM(e)        ENUM_NAME(e,ecmNR,ecm_names)
183 #define EANNEAL(e)      ENUM_NAME(e,eannNR,eann_names)
184 #define EGBALGORITHM(e) ENUM_NAME(e,egbNR,egb_names)
185 #define ESAALGORITHM(e) ENUM_NAME(e,esaNR,esa_names)
186 #define EIMPLICITSOL(e) ENUM_NAME(e,eisNR,eis_names)
187 #define EWALLTYPE(e)   ENUM_NAME(e,ewtNR,ewt_names)
188 #define EPULLTYPE(e)   ENUM_NAME(e,epullNR,epull_names)
189 #define EPULLGEOM(e)   ENUM_NAME(e,epullgNR,epullg_names)
190 #define EROTGEOM(e)    ENUM_NAME(e,erotgNR,erotg_names)
191 #define EROTORIGIN(e)  ENUM_NAME(e,erotgOriginNR,erotg_originnames)
192 #define EROTFIT(e)     ENUM_NAME(e,erotgFitNR,erotg_fitnames)
193 #define EQMMETHOD(e)   ENUM_NAME(e,eQMmethodNR,eQMmethod_names)
194 #define EQMBASIS(e)    ENUM_NAME(e,eQMbasisNR,eQMbasis_names)
195 #define EQMMMSCHEME(e) ENUM_NAME(e,eQMMMschemeNR,eQMMMscheme_names)
196 #define EMULTENTOPT(e) ENUM_NAME(e,eMultentOptNR,eMultentOpt_names)
197 #define EADRESSTYPE(e) ENUM_NAME(e,eAdressNR,eAdresstype_names)
198 #define EADRESSICTYPE(e) ENUM_NAME(e,eAdressICNR,eAdressICtype_names)
199 #define EADRESSSITETYPE(e) ENUM_NAME(e,eAdressSITENR,eAdressSITEtype_names)
200
201 #ifdef __cplusplus
202 }
203 #endif
204
205 #endif  /* _names_h */