summaryrefslogtreecommitdiff
path: root/maximus
diff options
context:
space:
mode:
authorburet2008-03-03 15:46:28 +0000
committerburet2008-03-03 15:46:28 +0000
commit70486d02c4967986027616dca174c089cb5dc04c (patch)
treebda042903b9182903e6d8ae7c04d6ec709a616eb /maximus
parent57b94ec20df94a3ab34061aa8a60ad721ed45359 (diff)
Maximus V2: update version number.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1533 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus')
-rw-r--r--maximus/common/types/functioncall_types.h2
-rw-r--r--maximus/common/types/networkclock_types.h2
-rw-r--r--maximus/common/types/phy_types.h2
-rw-r--r--maximus/common/types/sci_types.h2
-rw-r--r--maximus/common/types/system_types.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/maximus/common/types/functioncall_types.h b/maximus/common/types/functioncall_types.h
index b1d8a6c777..34e0224f81 100644
--- a/maximus/common/types/functioncall_types.h
+++ b/maximus/common/types/functioncall_types.h
@@ -33,7 +33,7 @@ The original location of this file is /home/buret/eclipse/maximus/common/types/f
#include <stdint.h> // for 'uint8_t', 'uint16_t' and 'uint32_t' types
-#define FUNCTION_CALL_VERSION 0x01
+#define FUNCTION_CALL_VERSION 0x02
#define FUNCTION_CALL_ID_MAX_SIZE 64 /* max length of a function id */
#define FUNCTION_CALL_PARAM_MAX_NB 16 /* max number of parameter in a function call */
#define FUNCTION_CALL_FUNCTION_MAX_NB 64 /* max number of registred functions */
diff --git a/maximus/common/types/networkclock_types.h b/maximus/common/types/networkclock_types.h
index 99dab76f49..bc276c6fdf 100644
--- a/maximus/common/types/networkclock_types.h
+++ b/maximus/common/types/networkclock_types.h
@@ -33,7 +33,7 @@ The original location of this file is /home/buret/eclipse/maximus/common/types/n
#include <stdint.h> // for 'uint8_t', 'uint16_t' and 'uint32_t' types
-#define NETWORK_CLOCK_VERSION 0x01
+#define NETWORK_CLOCK_VERSION 0x02
#define NETWORK_CLOCK_ID_MASK 0xffff
struct Network_Clock_Header
diff --git a/maximus/common/types/phy_types.h b/maximus/common/types/phy_types.h
index ee547e08c0..497d549c4e 100644
--- a/maximus/common/types/phy_types.h
+++ b/maximus/common/types/phy_types.h
@@ -37,7 +37,7 @@ The original location of this file is /home/buret/eclipse/maximus/common/types/p
#include <stdint.h> // for 'uint8_t', 'uint16_t' and 'uint32_t' types
-#define PHY_VERSION 0x01
+#define PHY_VERSION 0x02
#define PHY_PB_MAX_NB (SCI_MSG_MAX_SIZE/MAC_PB520_BYTES - 1) // = 31 per MPDU (-1 because of PHY header size)
#define PHY_MSG_MAX_NB_PER_MPDU (MAC_MAX_PB_PER_MPDU/PHY_PB_MAX_NB + 1)
diff --git a/maximus/common/types/sci_types.h b/maximus/common/types/sci_types.h
index f39b287e4d..0554f3cf11 100644
--- a/maximus/common/types/sci_types.h
+++ b/maximus/common/types/sci_types.h
@@ -34,7 +34,7 @@ The original location of this file is /home/buret/eclipse/maximus/common/types/s
#include <stdint.h> // for 'uint8_t', 'uint16_t' and 'uint32_t' types
#define SCI_MSG_MAGIC "MAXI"
-#define SCI_MSG_VERSION 0x01
+#define SCI_MSG_VERSION 0x02
#define SCI_MSG_ID_STATION 0x8000
#define SCI_MSG_ID_MASK 0x7fff
#define SCI_MSG_MAX_SIZE 16384
diff --git a/maximus/common/types/system_types.h b/maximus/common/types/system_types.h
index d912f492c3..d3877760d7 100644
--- a/maximus/common/types/system_types.h
+++ b/maximus/common/types/system_types.h
@@ -33,7 +33,7 @@ The original location of this file is /home/buret/eclipse/maximus/common/types/s
#include <stdint.h> // for 'uint8_t', 'uint16_t' and 'uint32_t' types
-#define SYSTEM_VERSION 0x01
+#define SYSTEM_VERSION 0x02
#define SYSTEM_STATION_NAME_MAX_SIZE 255
enum Station_Status