added checksum to auto-generated files
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
* It includes enums for DTC active status, severity levels, and specific DTC codes.
|
||||
* The file also defines an array of DTC definitions and a timestamp indicating the generation time.
|
||||
*
|
||||
* @note This file is auto-generated by a script on 2024-01-09 12:08:43.
|
||||
* @note This file is auto-generated by a script on 2024-01-10 18:37:05.
|
||||
*
|
||||
* @author Marcel Peterkau
|
||||
* @date 09.01.2024
|
||||
* @date 10.01.2024
|
||||
*/
|
||||
|
||||
#ifndef DTC_DEFS_H
|
||||
@@ -80,6 +80,6 @@ const DTC_t dtc_definitions[] = {
|
||||
{ DTC_LAST_DTC , DTC_NONE } // Last Error
|
||||
};
|
||||
|
||||
const uint32_t dtc_generation_timestamp = 1704798523;
|
||||
#endif // DTC_DEFS_H
|
||||
|
||||
#endif // DTC_DEFS_H
|
||||
// CODEGENERATOR_CHECKSUM: 23dff82a4745f67041012080b05ec367c2dd44c6bb02974143b227ba49682b6f
|
@@ -3,10 +3,10 @@
|
||||
*
|
||||
* @brief Header file for converting structs to JSON objects.
|
||||
*
|
||||
* @note This file is auto-generated by a script on 2024-01-09 20:41:57.
|
||||
* @note This file is auto-generated by a script on 2024-01-10 18:01:52.
|
||||
*
|
||||
* @author Marcel Peterkau
|
||||
* @date 09.01.2024
|
||||
* @date 10.01.2024
|
||||
*/
|
||||
|
||||
#ifndef _STRUCT2JSON_H_
|
||||
@@ -21,4 +21,6 @@ void generateJsonObject_LubeConfig(JsonObject& data);
|
||||
void generateJsonObject_PersistenceData(JsonObject& data);
|
||||
|
||||
|
||||
#endif /* _STRUCT2JSON_H_ */
|
||||
#endif /* _STRUCT2JSON_H_ */
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: 9e8dd21170fd6ef8fbf8c4b156d9af751836a76081f811bf0e3ab2b1eb8ee48c
|
Reference in New Issue
Block a user