36991799f983f6dab014b9060048791c232bffff
[khatus.git] / x5 / khatus_lib_sensor.h
1 #define END_OF_MESSAGE '\n'
2 #define SENSOR_FUN_T int (*)(char *, void *)
3 #define SENSOR_PARAMS_T void *
4
5 void
6 loop(
7 struct timespec *interval,
8 char *fifo,
9 char *buf,
10 SENSOR_FUN_T,
11 SENSOR_PARAMS_T
12 );
This page took 0.059578 seconds and 4 git commands to generate.