X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fcontrol.h;h=2de9b7f81d1f0316dacb04e4fb2c12bde2123b29;hb=ff5831931c289cd740609eaad0d36d768751a6d3;hp=a1aa5c733a56933939f23c1fe276afa64d106412;hpb=84282dc8bd6b84d23284742741fab5664ffb25a6;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);