feat():initial version
This commit is contained in:
34
code_generator/someip_app/template.someip_ids.hpp
Normal file
34
code_generator/someip_app/template.someip_ids.hpp
Normal file
@@ -0,0 +1,34 @@
|
||||
/*============================================================================*/
|
||||
/* Copyright (C) huaxu (${YEAR}).
|
||||
*
|
||||
* All rights reserved. This software is huaxu property. Duplication
|
||||
* or disclosure without huaxu written authorization is prohibited.
|
||||
*
|
||||
* @file someip_ids.hpp
|
||||
* @brief head file of someip ids
|
||||
* @author ${AUTHOR}
|
||||
* @date ${TIME}
|
||||
*/
|
||||
/*============================================================================*/
|
||||
/*=======[R E V I S I O N H I S T O R Y]====================================*/
|
||||
/* <VERSION> <DATE> <AUTHOR> <REVISION LOG>
|
||||
* V0.0.1 ${DATE} ${AUTHOR} First version by auto generator
|
||||
*/
|
||||
/*============================================================================*/
|
||||
|
||||
#ifndef AG_VSOMEIP_IDS_HPP
|
||||
#define AG_VSOMEIP_IDS_HPP
|
||||
|
||||
/*=======[I N C L U D E S]====================================================*/
|
||||
|
||||
/*=======[M A C R O S]========================================================*/
|
||||
|
||||
${ALL_IDS}
|
||||
|
||||
/*=======[P A R A M T Y P E D E F]==========================================*/
|
||||
|
||||
/*=======[E X P O R T D A T A]==============================================*/
|
||||
|
||||
/*=======[E X P O R T F U N C T I O N D E C L A R A T I O N S]============*/
|
||||
|
||||
#endif // AG_VSOMEIP_IDS_HPP
|
||||
Reference in New Issue
Block a user