/* period.h */ #define START_TASK 1 #define STOP_TASK 2 struct my_msg_struct { int command; }; #define SAMPLING_PERIOD 200e-6 // sampling period #define RECORDING_SAMPLES 50000 // recording samples #define BUF_LEN 2