summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
authorburet2009-09-30 10:27:36 +0000
committerburet2009-09-30 10:27:36 +0000
commit8ccb1237959eb41e23fd8a6c07639e7d4365f420 (patch)
tree89ab5cf16a4604e58e5638991dc2c13fa177a445 /cesar/test_general
parent7e8ab7e5db99d81ef0da15893d128d9399f3b1b6 (diff)
[eoc][test general] update config and makefile + typo error in vs eoc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5833 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/test_general')
-rw-r--r--cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Config1
-rw-r--r--cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Makefile2
-rw-r--r--cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/override/cp/msg/inc/vs_eoc_get_topo.h31
3 files changed, 33 insertions, 1 deletions
diff --git a/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Config b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Config
index 5a345d35b3..c3ba846e6c 100644
--- a/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Config
+++ b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Config
@@ -6,3 +6,4 @@ CONFIG_ATU_FACTOR = 3
CONFIG_CP_BEACON_DISCOVER = n
CONFIG_CP_EOC_SCHEDULER = y
CONFIG_MAC_COMMON_EOC_MFS = y
+CONFIG_CP_MSG_VS_EOC = y
diff --git a/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Makefile b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Makefile
index dc1f772608..6a266da8e3 100644
--- a/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Makefile
+++ b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/Makefile
@@ -2,7 +2,7 @@ BASE = ../../../..
ECOS = y
-INCLUDES = test_general/station/overide/ \
+INCLUDES = test_general/maximus/integration/cp-sar-pbproc-eoc/override
TARGET_PROGRAMS = sar-pbproc
diff --git a/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/override/cp/msg/inc/vs_eoc_get_topo.h b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/override/cp/msg/inc/vs_eoc_get_topo.h
new file mode 100644
index 0000000000..7fe987717e
--- /dev/null
+++ b/cesar/test_general/maximus/integration/cp-sar-pbproc-eoc/override/cp/msg/inc/vs_eoc_get_topo.h
@@ -0,0 +1,31 @@
+#ifndef override_cp_msg_inc_vs_eoc_get_topo_h
+#define override_cp_msg_inc_vs_eoc_get_topo_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2009 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file cp/msg/inc/vs_eoc_get_topo.h
+ * \brief VS_EOC_GET_TOPO Structures.
+ * \ingroup cp_msg
+ */
+
+#ifndef CP_FSM_EVENT_TYPE_VS_EOC_GET_TOPO_REQ
+#define CP_FSM_EVENT_TYPE_VS_EOC_GET_TOPO_REQ CP_FSM_EVENT_TYPE_NB
+#endif
+
+/** VS_EOC_GET_TOPO.CNF result. */
+enum cp_msg_vs_eoc_get_topo_cnf_result_t
+{
+ CP_MSG_VS_EOC_GET_TOPO_CNF_RESULT_SUCCESS,
+ CP_MSG_VS_EOC_GET_TOPO_CNF_RESULT_FAILURE,
+ CP_MSG_VS_EOC_GET_TOPO_CNF_RESULT_NB
+};
+
+typedef enum cp_msg_vs_eoc_get_topo_cnf_result_t
+cp_msg_vs_eoc_get_topo_cnf_result_t;
+
+#endif /* override_cp_msg_inc_vs_eoc_get_topo_h */