Change @purpose to @brief (Doxygen warning) and work on unit tests
[matches/MCTX3420.git] / server / control.h
index af61066..2878a88 100644 (file)
@@ -1,7 +1,12 @@
+/**
+ * @file control.h
+ * @brief Header file for control functions
+ */
 #ifndef _CONTROL_H
 #define _CONTROL_H
 
+/**ID codes for all the actuators**/
+typedef enum Actuators {ACT_NONE = -1, ACT_PREG = 0, ACT_SOLENOID1} Actuators;
 extern void Control_Handler(FCGIContext *context, char *params);
 
-
 #endif

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