X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;h=2de9b7f81d1f0316dacb04e4fb2c12bde2123b29;hb=3e6da80c2c81315cfa93e3e13b3632255f9efae6;hp=a1aa5c733a56933939f23c1fe276afa64d106412;hpb=18027c718bc45eaa191068da1e739eebeb6111e4;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index a1aa5c7..2de9b7f 100644 --- a/server/control.h +++ b/server/control.h @@ -5,17 +5,7 @@ #ifndef _CONTROL_H #define _CONTROL_H -/** Number of actuators **/ -#define NUMACTUATORS 2 -/** List of actuator ids (should be of size NUMACTUATORS) **/ -typedef enum ActuatorId { - ACT_PRESSURE, - ACT_SOLENOID1 -} ActuatorId; - -/** Human readable names for the actuator ids **/ -extern const char * g_actuator_names[NUMACTUATORS]; /** ID codes for all the actuators **/ extern void Control_Handler(FCGIContext *context, char *params);