00001 #ifndef __[FILENAME]_H__ 00002 #define __[FILENAME]_H__ 00003 00004 /** 00005 * File Name : [File Name].h 00006 * 00007 * Description: [A very brief description of what this file contains. It can 00008 * discuss design approach, constraints, reference design docu- 00009 * mentation, etc.] 00010 */ 00011 00012 /* 00013 * This file is part of TEMPLATE. 00014 * 00015 * TEMPLATE is free software: you can redistribute it and/or modify 00016 * it under the terms of the GNU General Public License as published by 00017 * the Free Software Foundation, either version 2 of the License, or 00018 * (at your option) any later version. 00019 * 00020 * TEMPLATE is distributed in the hope that it will be useful, 00021 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00023 * GNU General Public License for more details. 00024 * 00025 * You should have received a copy of the GNU General Public License 00026 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00027 */ 00028 00029 /** 00030 * Copyright (C) 2009 iRex Technologies B.V. 00031 * All rights reserved. 00032 */ 00033 00034 00035 //---------------------------------------------------------------------------- 00036 // Include Files 00037 //---------------------------------------------------------------------------- 00038 00039 00040 00041 00042 G_BEGIN_DECLS 00043 00044 00045 //---------------------------------------------------------------------------- 00046 // Macro Definitions 00047 //---------------------------------------------------------------------------- 00048 00049 00050 //---------------------------------------------------------------------------- 00051 // Forward Declarations 00052 //---------------------------------------------------------------------------- 00053 00054 00055 //---------------------------------------------------------------------------- 00056 // Type Declarations 00057 //---------------------------------------------------------------------------- 00058 00059 00060 //---------------------------------------------------------------------------- 00061 // Global Constants 00062 //---------------------------------------------------------------------------- 00063 00064 00065 //============================================================================ 00066 // Public Functions 00067 //============================================================================ 00068 00069 00070 00071 00072 G_END_DECLS 00073 00074 #endif