christophbuehneschneider
1/22/2019 - 9:31 AM

[C Template H-File] #c #template

[C Template H-File] #c #template

/*###################################################################################################################*/
/*                                              	   Schneider Electric                                            */
/*###################################################################################################################*/
/*!
 * @file se_template.h
 * @version 1.0
 * @date 2016
 * @author Christoph Bühne
 * @brief includes for se_template.c
 * @ingroup Template
 * @details
 * some text
 */
/*###################################################################################################################*/
/* DOCUMENTATION ####################################################################################################*/
/* Start Header File ################################################################################################*/
/*!
 * @addtogroup Template
 * @{
 */
#ifndef __SETEMPLATE_H
#define __SETEMPLATE_H
#ifdef __cplusplus
 extern "C" {
#endif
/* Includes #########################################################################################################*/
#include "se_project.h"
#ifdef USE_TEMPLATE
/* Pragma ######################################## MUST BE EXPLAINED !!! ############################################*/
/* Constants ########################################################################################################*/
/* Structures #######################################################################################################*/
/* Macros ###########################################################################################################*/
/* Variables ########################################################################################################*/
/* Functions ########################################################################################################*/
/* End Header File ##################################################################################################*/
#ifdef __cplusplus
}
#endif
#endif /* USE_TEMPLATE */
#endif /* __SETEMPLATE_H */
/*!
 * @}
 */
/* End of File ######################################################################################################*/