reactive tests for the euerlain4c diffractometer
[hkl.git] / hkl / hkl-pseudoaxis-common.h
blob6a5c9e27851c009ff4e573a2b02b3dad4f4c1c62
1 /* This file is part of the hkl library.
3 * The hkl library is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 3 of the License, or
6 * (at your option) any later version.
8 * The hkl library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with the hkl library. If not, see <http://www.gnu.org/licenses/>.
16 * Copyright (C) 2003-2010 Synchrotron SOLEIL
17 * L'Orme des Merisiers Saint-Aubin
18 * BP 48 91192 GIF-sur-YVETTE CEDEX
20 * Authors: Picca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>
22 #ifndef __HKL_PSEUDOAXIS_COMMON_H__
23 #define __HKL_PSEUDOAXIS_COMMON_H__
25 #include <hkl/hkl-pseudoaxis.h>
27 HKL_BEGIN_DECLS
29 #ifndef HKL_DISABLE_DEPRECATED
31 extern int hkl_pseudo_axis_engine_init_func(HklPseudoAxisEngineMode *self,
32 HklPseudoAxisEngine *engine,
33 HklGeometry *geometry,
34 HklDetector const *detector,
35 HklSample const *sample);
36 #endif
38 extern int hkl_pseudo_axis_engine_mode_init_real(HklPseudoAxisEngineMode *self,
39 HklPseudoAxisEngine *engine,
40 HklGeometry *geometry,
41 HklDetector *detector,
42 HklSample *sample,
43 HklError **error);
45 HKL_END_DECLS
47 #endif /* __HKL_PSEUDOAXIS_COMMON_H__ */