]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Com and EcuC version numbers and includes fix, see #14
authortojo <devnull@localhost>
Fri, 27 Nov 2009 08:09:12 +0000 (09:09 +0100)
committertojo <devnull@localhost>
Fri, 27 Nov 2009 08:09:12 +0000 (09:09 +0100)
include/Com.h
include/ComStack_Types.h

index f8707a4edc3f52823252f9405f0d54bb1df6ec6e..1005a5f099f57be4fb5ad7c5a107d7e338403a1f 100644 (file)
@@ -24,7 +24,7 @@
 #define COM_H_\r
 \r
 #include "Std_Types.h"\r
-#include "Com_Types.h"\r
+#include "ComStack_Types.h"\r
 #include "Com_EcoreTypes.h"\r
 \r
 \r
@@ -36,7 +36,8 @@
 #define COM_SW_MINOR_VERSION   0
 #define COM_SW_PATCH_VERSION   0
 \r
-#include "Com_Cfg.h"\r
+#include "Com_Cfg.h"
+#include "Com_Types.h"\r
 #include "Com_PbCfg.h"\r
 #include "Com_Com.h"\r
 #include "Com_Sched.h"\r
index 1f997129513ea5b68a4edb40d190f8052d69115c..802bc517814a1bb3ad0bd3f21dbeed7d28f36c30 100644 (file)
 
 #ifndef COMSTACK_TYPES_H_\r
 #define COMSTACK_TYPES_H_\r
+
+#define ECUC_SW_MAJOR_VERSION   1
+#define ECUC_SW_MINOR_VERSION   0
+#define ECUC_SW_PATCH_VERSION   0
 \r
 #include "Std_Types.h"\r
 \r