Automatic commit of irc logs
[matches/MCTX3420.git] / server / control.h
index cc8f327..2de9b7f 100644 (file)
@@ -1,7 +1,13 @@
+/**
+ * @file control.h
+ * @brief Header file for control functions
+ */
 #ifndef _CONTROL_H
 #define _CONTROL_H
 
-typedef enum Actuators {ACT_NONE = -1, ACT_PREG = 0, ACT_SOLENOID1} Actuators;
+
+
+/** ID codes for all the actuators **/
 extern void Control_Handler(FCGIContext *context, char *params);
 
 #endif

UCC git Repository :: git.ucc.asn.au