X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fsensors%2Fstrain.h;h=6112fe752d5538bfff4766091c10aa0963f78800;hb=4f9dc7d1f3e1479c046385820db1f63bf0096d69;hp=1afb6255235f4fa254e17ebc14e7c0d6d18c5552;hpb=c3a1f0d6a3c293a45ab9f24a63b43e3f5aa7bd15;p=matches%2FMCTX3420.git diff --git a/server/sensors/strain.h b/server/sensors/strain.h index 1afb625..6112fe7 100644 --- a/server/sensors/strain.h +++ b/server/sensors/strain.h @@ -1,6 +1,7 @@ #ifndef _STRAIN_H #define _STRAIN_H +#include "../common.h" #include /** @@ -19,4 +20,7 @@ extern bool Strain_Init(const char * name, int id); // Read from a strain gauge extern bool Strain_Read(int id, double * value); +extern bool Strain_Cleanup(int id); +extern bool Strain_Sanity(int id, double value); + #endif //_STRAIN_H