implemented the Main Controller's 'reconf' command (artf468488)
[deliverable/titan.core.git] / core / Message_types.hh
index b8873d663237de51200cd3b6c376881c3978a3dd..cb718983b735a310e81e8d1161d8618d9be85502 100644 (file)
@@ -34,7 +34,6 @@
 
 /* Messages from MC to HC (down) */
 
-#define MSG_CONFIGURE          1
 #define MSG_CREATE_MTC         2
 #define MSG_CREATE_PTC         3
 #define MSG_KILL_PROCESS       4
@@ -42,8 +41,6 @@
 
 /* Messages from HC to MC (up) */
 
-#define MSG_CONFIGURE_ACK      2
-#define MSG_CONFIGURE_NAK      3
 #define MSG_CREATE_NAK         4
 #define MSG_HC_READY           5
 
 
 #define MSG_DEBUG_RETURN_VALUE 100
 
+/* Messages from MC to HC or MTC (down) */
+
+#define MSG_CONFIGURE          200
+
+/* Messages from HC or MTC to MC (up) */
+
+#define MSG_CONFIGURE_ACK      200
+#define MSG_CONFIGURE_NAK      201
+
 #endif
This page took 0.024095 seconds and 5 git commands to generate.