edited dilatometer
[matches/MCTX3420.git] / server / sensors / piped.h
1 #ifndef _PIPED_H
2 #define _PIPED_H
3
4 /**
5  * @file piped.h
6  * @brief Sensor run by an external process and sent to this one through a pipe
7  *              ... This is here as an example so that if people really hate our program they can still use the FastCGI API but make an entirely seperate sensor program
8  */
9
10 #define PIPED_MAX 1
11
12 extern bool Piped_Init(const char * name, int id);
13 extern bool Piped_Read(int id, double * value);
14 extern bool Piped_Cleanup(int id);
15 #endif //_PIPED_H

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