X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Factuator.h;h=46c2f44f1ce55f85bb1fcbfbcc1afad194c20baa;hb=6bc90047ed36b392d90a1bf778baf9687b835f2d;hp=a5ac75b332943465c2a98cd237b36df220c7d4d4;hpb=edb6df04611c10dca29799a1e08096bd4ca28303;p=matches%2FMCTX3420.git diff --git a/server/actuator.h b/server/actuator.h index a5ac75b..46c2f44 100644 --- a/server/actuator.h +++ b/server/actuator.h @@ -86,6 +86,7 @@ extern Actuator * Actuator_Identify(const char * str); // Identify a Sensor from extern void Actuator_Handler(FCGIContext *context, char * params); // Handle a FCGI request for Actuator control extern const char * Actuator_GetName(int id); +extern DataPoint Actuator_LastData(int id); #endif //_ACTUATOR_H