2 * Copyright (C) 2011 Andreas Steffen, HSR Hochschule fuer Technik Rapperswil
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * @defgroup libpts libpts
18 * @defgroup iplugins plugins
28 #include "pts/components/pts_component_manager.h"
35 * @return FALSE if initialization failed
37 bool libpts_init(void);
40 * Deinitialize libpts.
42 void libpts_deinit(void);
45 * PTS Functional Component manager
47 extern pts_component_manager_t
* pts_components
;
49 #endif /** LIBPTS_H_ @}*/