X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fcontrol.h;h=2de9b7f81d1f0316dacb04e4fb2c12bde2123b29;hb=851c1d78e4530ecaac3aca9d39b19932d8607431;hp=87d62fc673e4f4ef1dcc5c691b7a7d8e4599782a;hpb=7518a87e619085f9622d268dd7130726b5947dea;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 87d62fc..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 = 0, - 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);