include/states.h
changeset 71 95cd3376cc9f
parent 0 4472ee7c6c3e
child 149 fe50ada8020b
--- a/include/states.h	Thu Jan 25 16:49:51 2007 +0100
+++ b/include/states.h	Thu Jan 25 17:36:58 2007 +0100
@@ -25,11 +25,12 @@
 
 #include <applicfg.h>
 
-///The nodes states 
-//-----------------
-/// values are choosen so, that they can be sent directly
-/// for heartbeat messages...
-/// Must be coded on 7 bits only
+/* The nodes states 
+ * -----------------
+ * values are choosen so, that they can be sent directly
+ * for heartbeat messages...
+ * Must be coded on 7 bits only
+ * */
 /* Should not be modified */
 enum enum_nodeState {
   Initialisation  = 0x00, 
@@ -89,7 +90,7 @@
 /** Some stuff to do when the node enter in reset mode
  *
  */
-//void initResetMode (CO_Data* d);
+/* void initResetMode (CO_Data* d); */
 
 
 /** Some stuff to do when the node enter in pre-operational mode