#include #include #include #include #include #include #include #include #include int isRunning(char *prgname); void install_signal_handler(void (*signalfunction)()); void showbitstring(char* title, uint8_t* data, int totallen, int anz); void showbytestring(char *title, uint8_t *data, int totallen, int anz); void showbytestring16(char *title, uint16_t *data, int anz); void showbytestring32(char* title, uint32_t* data, int anz); void showbytestringf(char* title, float* data, int totallen, int anz); char* ownIP(); char *getConfigElement(char *elemname); void getConfigElement_double(char *elemname, double *pv, double multiplier); void getConfigElement_longlong(char *elemname, long long *pv, double multiplier); void getConfigElement_int(char *elemname, int *pv, double multiplier); float measure_samplerate(int id, int samp, int prt); int measure_maxval(double v, int anz); char *runProgram(char *parameter, int maxlen); extern int keeprunning;