Simplify sensor IO model and fix opts and timeouts
[khatus.git] / x5 / khatus_lib_sensor.h
diff --git a/x5/khatus_lib_sensor.h b/x5/khatus_lib_sensor.h
deleted file mode 100644 (file)
index 3699179..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#define END_OF_MESSAGE '\n'
-#define SENSOR_FUN_T  int (*)(char *, void *)
-#define SENSOR_PARAMS_T  void *
-
-void
-loop(
-    struct timespec *interval,
-    char *fifo,
-    char *buf,
-    SENSOR_FUN_T,
-    SENSOR_PARAMS_T
-);
This page took 0.026202 seconds and 4 git commands to generate.