X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcontrol.h;fp=server%2Fcontrol.h;h=950aeaaa16800ae0d418de7823bf0af0a57f6bac;hb=711808f7e4376b1a39312a0b1f1aecf069cd10bf;hp=2de9b7f81d1f0316dacb04e4fb2c12bde2123b29;hpb=7284f69ded90441c34efb8f86a515ef399d3ccf3;p=matches%2FMCTX3420.git diff --git a/server/control.h b/server/control.h index 2de9b7f..950aeaa 100644 --- a/server/control.h +++ b/server/control.h @@ -5,9 +5,10 @@ #ifndef _CONTROL_H #define _CONTROL_H - - /** ID codes for all the actuators **/ extern void Control_Handler(FCGIContext *context, char *params); +extern bool Control_Start(const char *experiment_name); +extern void Control_Pause(); +extern bool Control_End(); #endif