Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / uavobjects / uavobjectsinit.cpp.template
blob5a102fb2348a5b98bec4b0dd52ef3b13baaac1b9
1 /**
2  ******************************************************************************
3  *
4  * @file       uavobjectsinit.cpp
5  * @author     The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
6  * @see        The GNU Public License (GPL) Version 3
7  * @addtogroup GCSPlugins GCS Plugins
8  * @{
9  * @addtogroup UAVObjectsPlugin UAVObjects Plugin
10  * @{
11  *   
12  * @note       This is an automatically generated file.
13  *             DO NOT modify manually. 
14  *
15  * @brief      The UAVUObjects GCS plugin 
16  *****************************************************************************/
18  * This program is free software; you can redistribute it and/or modify 
19  * it under the terms of the GNU General Public License as published by 
20  * the Free Software Foundation; either version 3 of the License, or 
21  * (at your option) any later version.
22  * 
23  * This program is distributed in the hope that it will be useful, but 
24  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
25  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
26  * for more details.
27  * 
28  * You should have received a copy of the GNU General Public License along 
29  * with this program; if not, write to the Free Software Foundation, Inc., 
30  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31  */
33 #include "uavobjectsinit.h"
35 $(OBJINC)
37 /**
38  * Function used to initialize the first instance of each object.
39  * This file is automatically updated by the UAVObjectGenerator.
40  */
41 void UAVObjectsInitialize(UAVObjectManager *objMngr)
43 $(OBJINIT)