Fix dilatometer, other misc stuff
[matches/MCTX3420.git] / server / sensors / strain.h
index 1afb625..6112fe7 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _STRAIN_H
 #define _STRAIN_H
 
+#include "../common.h"
 #include <stdbool.h>
 
 /**
@@ -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

UCC git Repository :: git.ucc.asn.au