Automatic commit of irc logs
[matches/MCTX3420.git] / server / actuators / filetest.h
1 #ifndef _FILETEST_H
2 #define _FILETEST_H
3
4 #include "../common.h"
5
6 extern bool Filetest_Init(const char * name, int id);
7 extern bool Filetest_Set(int id, double value);
8 extern bool Filetest_Cleanup(int id);
9 extern bool Filetest_Sanity(int id, double value);
10
11 #endif //_FILETEST_H
12
13

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