X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=server%2Fsensors%2Fstrain.h;h=6112fe752d5538bfff4766091c10aa0963f78800;hb=4272becc415bc659ea14650793559dcf15372a8b;hp=1afb6255235f4fa254e17ebc14e7c0d6d18c5552;hpb=289794ba2dcbe6234e25e5d00531b26baee342b7;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